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