13 lines
335 B
SCSS
13 lines
335 B
SCSS
@import "blueprint";
|
|
@import "blueprint/fancy-type";
|
|
@import "blueprint/scaffolding";
|
|
@import "compass/reset";
|
|
|
|
@include blueprint;
|
|
|
|
@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;
|