Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 547 Bytes

Meyer's Reset Stylesheet in SASS for ember CLI

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.