12 lines
443 B
Sass
12 lines
443 B
Sass
// This import applies a global reset to any page that imports this stylesheet.
|
|
@import blueprint/reset
|
|
// To configure blueprint, edit the partials/_base.sass file.
|
|
@import partials/base
|
|
// Import all the default blueprint modules so that we can access their mixins.
|
|
@import blueprint
|
|
// Import the non-default scaffolding module.
|
|
@import blueprint/scaffolding
|
|
|
|
// Generate the blueprint framework according to your configuration:
|
|
+blueprint
|