blob: ac61e0c914e521a8ddba37754486f218fa87c798 [file] [log] [blame]
// 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:
@include blueprint;
@include blueprint-scaffolding;