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

12 lines
458 B
Sass
Raw Normal View History

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