2008-12-08 17:53:28 +00:00
|
|
|
@import blueprint.sass
|
2008-08-23 17:00:46 +00:00
|
|
|
|
2009-07-11 18:08:04 +00:00
|
|
|
// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
|
|
|
|
// +blueprint-ie
|
2009-07-09 19:46:09 +00:00
|
|
|
|
2009-07-11 18:08:04 +00:00
|
|
|
//Recommended Blueprint configuration with scoping and semantic layout:
|
|
|
|
body.bp
|
|
|
|
+blueprint-ie(true)
|
|
|
|
// Note: Blueprint centers text to fix IE6 container centering.
|
|
|
|
// This means all your texts will be centered under all version of IE by default.
|
|
|
|
// If your container does not have the .container class, don't forget to restore
|
|
|
|
// the correct behavior to your main container (but not the body tag!)
|
|
|
|
// Example:
|
|
|
|
// .my-container
|
2009-09-29 05:34:41 +00:00
|
|
|
// text-align: left
|
2009-07-09 19:46:09 +00:00
|
|
|
|