Don't use deprecated apis in the blueprint templates.

Closes GH-221.
This commit is contained in:
Chris Eppstein 2010-11-20 09:32:05 -08:00
parent 15a3ede491
commit f9e92facf6
2 changed files with 8 additions and 8 deletions

View File

@ -11,10 +11,9 @@
// configuration applied, uncomment: // configuration applied, uncomment:
// @include blueprint // @include blueprint
// But Compass recommends that you scope your blueprint styles // If you are doing a lot of stylesheet concatenation, it is suggested
// So that you can better control what pages use blueprint // that you scope your blueprint styles, so that you can better control
// when stylesheets are concatenated together. // what pages use blueprint when stylesheets are concatenated together.
+blueprint-scaffolding("body.bp")
body.bp body.bp
+blueprint-typography(true) +blueprint-typography(true)
+blueprint-utilities +blueprint-utilities
@ -24,6 +23,8 @@ body.bp
// Or leave it in if you're happy with how blueprint looks out-of-the-box // Or leave it in if you're happy with how blueprint looks out-of-the-box
form.bp form.bp
+blueprint-form +blueprint-form
// You'll probably want to remove the scaffolding once you start styling your site.
+blueprint-scaffolding
// Page layout can be done using mixins applied to your semantic classes and IDs: // Page layout can be done using mixins applied to your semantic classes and IDs:
body.two-col body.two-col

View File

@ -11,8 +11,7 @@ body.bp
+blueprint-utilities +blueprint-utilities
+blueprint-debug +blueprint-debug
+blueprint-interaction +blueprint-interaction
// Remove the scaffolding when you're ready to start doing visual design.
// 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
// Or leave it in if you're happy with how blueprint looks out-of-the-box +blueprint-scaffolding
+blueprint-scaffolding("body.bp")