compass/frameworks/yui/templates/project/screen.sass
Andrew Vit 278cda2ed6 Backward Incompatible Change: Removed unnecessary html/body scoping for reset rules and made reset.sass a standalone stylesheet.
To perform a reset, simply @import compass/reset.sass

To perform a selective reset, you should @import compass/utilities/general/reset.sass which will provide
reset mixins without defining any css rules.
2008-10-03 08:23:30 -07:00

6 lines
64 B
Sass

@import yui/screen.sass
@import compass/reset.sass
body
+yui