15 lines
440 B
Sass
15 lines
440 B
Sass
// 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
|
|
|
|
// Combine the partials into a single screen stylesheet.
|
|
@import partials/page.sass
|
|
@import partials/form.sass
|
|
@import partials/two_col.sass
|
|
|