[Blueprint] Clean up some comments in the blueprint templates.

This commit is contained in:
Chris Eppstein 2010-05-30 08:09:45 -07:00
parent f3d3a66151
commit 8de90c4965
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
@import blueprint
// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
// +blueprint-ie
// @include blueprint-ie
//Recommended Blueprint configuration with scoping and semantic layout:
body.bp

View File

@ -1,7 +1,7 @@
@import blueprint
// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
// +blueprint-print
// @include blueprint-print
//Recommended Blueprint configuration with scoping and semantic layout:
body.bp

View File

@ -7,10 +7,13 @@
// Import the non-default scaffolding module.
@import blueprint/scaffolding
// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
// +blueprint
// To generate css equivalent to the blueprint css but with your
// configuration applied, uncomment:
// @include blueprint
//Recommended Blueprint configuration with scoping and semantic layout:
// But Compass recommends that you scope your blueprint styles
// So that you can better control what pages use blueprint
// when stylesheets are concatenated together.
+blueprint-scaffolding("body.bp")
body.bp
+blueprint-typography(true)

View File

@ -1,8 +1,5 @@
@import blueprint
// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
// +blueprint-print
//Recommended Blueprint configuration with scoping and semantic layout:
body.bp
+blueprint-print(true)