Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

alexdiliberto/ember-milligram

Repository files navigation

No Maintenance Intended

DEPRECATED

You probably don't need this addon. If you want to use the Milligram CSS framework in your Ember app, simply install the dependency (yarn add -D milligram) then add the following line to your ember-cli-build.js file:

app.import('node_modules/milligram/dist/milligram.css');

Now Milligram will be compiled into your final /dist/vendor.css asset


Ember Observer Score Build status Commitizen friendly Greenkeeper Badge

A minimalist CSS framework for Ember

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.