This is an ember-cli addon that includes Eric Meyer's reset CSS in SASS to ember-cli
###Installation
ember install ember-cli-meyer-reset-sass
###Usage In your project's app/syles/app.scss file
@import 'reset'
That's it! Thanks to lifegadget's ember-cli-bootstrap-sassy addon which I've followed to create this addon.