e62b7942d6
Grid is still to come -- I'm still getting my head around its semantics.
14 lines
155 B
Sass
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) |