compass/examples/blueprint_scoped_form/src/screen.scss

16 lines
242 B
SCSS
Raw Normal View History

2010-04-11 10:46:42 +00:00
@import "blueprint";
@import "compass/reset";
@include blueprint-grid;
@include blueprint-typography;
@include blueprint-utilities;
@include blueprint-debug;
@include blueprint-interaction;
form.blueprint {
@include blueprint-form; }