compass/frameworks/blueprint/templates/basic/screen.sass

13 lines
466 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
+blueprint-scaffolding