ember-milligram
v0.3.0
Published
An Ember CLI addon to integrate the Milligram CSS framework into Ember applications
Downloads
4
Maintainers
Readme
Installation
ember install ember-milligram
This will install ember-cli-sass as a dependency and create a file <app-name>/app/styles/app.scss
with the following import statement:
@import "milligram";
Please note that ember-cli-sass is currently required to use this addon.
Development
Deploy
# Runs test suite, bumps version, pushes tags, publishes, updates CHANGELOG.md
yarn run deploy
# Publish a new copy the dummy app to gh-pages
ember deploy production
License
MIT Copyright (c) Alex DiLiberto
Milligram was designed with ♥ by CJ Patoilo. Licensed under the MIT License.