278cda2ed6
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.
12 lines
352 B
Sass
12 lines
352 B
Sass
@import blueprint/screen.sass
|
|
@import blueprint/modules/fancy_type.sass
|
|
@import blueprint/modules/scaffolding.sass
|
|
@import compass/reset.sass
|
|
|
|
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
|