2010-01-21 18:20:55 +00:00
|
|
|
// This import applies a global reset to any page that imports this stylesheet.
|
2010-04-11 09:24:24 +00:00
|
|
|
@import blueprint/reset
|
2010-01-21 18:20:55 +00:00
|
|
|
// To configure blueprint, edit the partials/_base.sass file.
|
2010-04-11 09:24:24 +00:00
|
|
|
@import partials/base
|
2010-01-21 18:20:55 +00:00
|
|
|
// Import all the default blueprint modules so that we can access their mixins.
|
|
|
|
@import blueprint
|
|
|
|
// Import the non-default scaffolding module.
|
2010-04-11 09:24:24 +00:00
|
|
|
@import blueprint/scaffolding
|
2010-01-21 18:20:55 +00:00
|
|
|
|
|
|
|
// Generate the blueprint framework according to your configuration:
|
|
|
|
+blueprint
|
2010-05-30 18:08:06 +00:00
|
|
|
+blueprint-scaffolding
|