This repo has been ported to ember-frost-core - no more PRs will be accepted.
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 = defaults sassOptions: includePaths: 'node_modules/ember-frost-css-core/scss'
Modify your app.scss
to include
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/.