9 lines
268 B
SCSS
Executable File
9 lines
268 B
SCSS
Executable File
@import "blueprint";
|
|
|
|
// To generate css equivalent to the blueprint css but with your configuration applied, uncomment:
|
|
// @include blueprint-print
|
|
|
|
//Recommended Blueprint configuration with scoping and semantic layout:
|
|
body.bp {
|
|
@include blueprint-print(true); }
|