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

15 lines
415 B
Sass
Raw Normal View History

// This import applies a global reset to any page that imports this stylesheet.
2010-04-11 09:24:24 +00:00
@import blueprint/reset
// To configure blueprint, edit the partials/base.sass file.
2010-04-11 09:24:24 +00:00
@import partials/base
// Import all the default blueprint modules so that we can access their mixins.
@import blueprint
// Combine the partials into a single screen stylesheet.
2010-04-11 09:24:24 +00:00
@import partials/page
@import partials/form
@import partials/two_col