sharieswebsite/compass/screen.scss
Yann Esposito (Yogsototh) 327b11dd5b Used BluePrint, early stage
2011-05-16 17:12:35 +02:00

13 lines
432 B
SCSS

// This import applies a global reset to any page that imports this stylesheet.
@import "blueprint/reset";
// To configure blueprint, edit the partials/base.sass file.
@import "partials/base";
// Import all the default blueprint modules so that we can access their mixins.
@import "blueprint";
// Combine the partials into a single screen stylesheet.
@import "partials/page";
@import "partials/form";
@import "partials/two_col";