ember-cli-alom
v0.0.2-alpha.1
Published
An ember-cli addon for using IcaliaLabs Alom in Ember applications.
Downloads
104
Readme
alom for Ember CLI
An ember-cli addon for using alom in Ember applications.
Getting Started
Install in ember-cli application
ember install ember-cli-alom
Then include the following in your app.scss
file:
@import "base";
Configuration
Custom variables
You can use custom alom variables. For this copy node_modules\alom\scss\_variables.scss
in your app\styles
directory as _custom.scss
. And add import _custom.scss
in app.scss
.
@import "custom";
@import "base";
Custom alom
To import each CSS components separately, you can use something like the code below:
/* Core variables and mixins: */
@import "variables";
@import "mixins";
/* CSS reset: */
@import "reset";
/* SASS functions: */
@import "functions";
/* CSS layout: */
@import "grid";
/* Responsive classes: */
@import "responsive";
/* Utility classes: */
@import "utilities";
For ember-cli-alom maintainers:
Contributions are welcome!
Installation
git clone https://github.com/IcaliaLabs/ember-cli-alom.git
this repositorycd ember-cli-alom
yarn install
Running the test dummy site
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
For more information on using ember-cli, visit https://ember-cli.com/.
License
ember-cli-alom is released under the MIT License. See the bundled LICENSE file for details.