0.0.2-alpha.1 • Published 7 years ago

ember-cli-alom v0.0.2-alpha.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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 repository
  • cd ember-cli-alom
  • yarn install

Running the test dummy site

Running Tests

  • npm test (Runs ember 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.