13 lines
301 B
Sass
13 lines
301 B
Sass
|
@import blueprint/screen
|
||
|
@import blueprint/modules/scaffolding
|
||
|
@import compass/reset
|
||
|
|
||
|
html
|
||
|
+reset-html
|
||
|
|
||
|
body
|
||
|
+blueprint
|
||
|
// Remove the scaffolding when you're ready to start doing visual design.
|
||
|
// Or leave it in if you're happy with how blueprint looks out-of-the-box
|
||
|
+blueprint-scaffolding
|