compass/examples/yui_default/stylesheets/screen.sass
Chris Eppstein e62b7942d6 YUI's base and fonts. Their reset is already in compass core.
Grid is still to come -- I'm still getting my head around its semantics.
2008-08-24 17:33:57 -07:00

14 lines
155 B
Sass

@import yui/screen
@import compass/reset
html
+reset-html
body
+yui
#my-small-element
+yui-font-size(10px)
#my-big-element
+yui-font-size(24px)