compass/frameworks/blueprint/templates/semantic/partials/_page.sass
2010-11-20 09:32:13 -08:00

18 lines
595 B
Sass

// Import the non-default scaffolding module to help us get started.
@import blueprint/scaffolding
// This configuration will only apply the
// blueprint styles to pages with a body class of "bp"
// This makes it easier to have pages without blueprint styles
// when you're using a single/combined stylesheet.
body.bp
+blueprint-typography(true)
+blueprint-utilities
+blueprint-debug
+blueprint-interaction
// 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