compass/examples/blueprint_plugins/src/screen.scss

13 lines
335 B
SCSS
Raw Normal View History

2010-04-11 10:46:42 +00:00
@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;