ember-frost-css-core
v1.1.4
Published
The default blueprint for ember-cli addons.
Downloads
72
Readme
This repo has been ported to ember-frost-core - no more PRs will be accepted.
ember-frost-css-core
SASS based normalization and convenience classes for Frost projects
Usage
ember install ember-frost-css-core
Modify your ember-cli-build.js
to include:
const app = new EmberAddon(defaults, {
sassOptions: {
includePaths: [
'node_modules/ember-frost-css-core/scss'
]
}
})
Modify your app.scss
to include
@import 'frost-core';
You now have access to the core variables
e.g.
$frost-z-index-modal
Contribution
This following outlines the details of collaborating on this Ember addon:
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.