compass/examples/blueprint_scoped_form/src/screen.scss
2010-04-11 03:47:50 -07:00

16 lines
242 B
SCSS

@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; }