16 lines
386 B
SCSS
16 lines
386 B
SCSS
@import "blueprint";
|
|
@import "blueprint/fancy-type";
|
|
@import "blueprint/scaffolding";
|
|
@import "blueprint/rtl";
|
|
@import "compass/reset";
|
|
|
|
@include blueprint;
|
|
|
|
@include rtl-typography;
|
|
|
|
@include fancy-type;
|
|
|
|
// Remove the scaffolding when you're ready to start doing visual design.
|
|
// Or leave it in if you're happy with how blueprint looks out-of-the-box
|
|
@include blueprint-scaffolding;
|