15 lines
352 B
Sass
15 lines
352 B
Sass
@import blueprint/screen.sass
|
|
@import modules/fancy_type.sass
|
|
@import modules/scaffolding.sass
|
|
@import compass/reset.sass
|
|
|
|
html
|
|
+reset-html
|
|
|
|
body
|
|
+blueprint
|
|
+fancy-type
|
|
// 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
|