2010-01-21 18:20:55 +00:00
|
|
|
// Import the non-default scaffolding module to help us get started.
|
2010-04-11 09:24:24 +00:00
|
|
|
@import blueprint/scaffolding
|
2010-01-21 18:20:55 +00:00
|
|
|
|
|
|
|
// 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("body.bp")
|
|
|
|
|