templates/project/screen.scss in compass-susy-plugin-0.7.0.pre8 vs templates/project/screen.scss in compass-susy-plugin-0.7.0.rc1

- old
+ new

@@ -1,36 +1,23 @@ /* Welcome to Susy. Use this file to define screen styles. * Import this file using the following HTML or equivalent: * <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */ +// Imports --------------------------------------------------------------*/ + @import "defaults"; -/* @group STRUCTURE */ +/* Layout --------------------------------------------------------------*/ @include susy; // change '#page' to match your HTML container element(s) #page { - @include container; } + @include container; + @include show-grid("grid.png"); } -/* @end */ +// show-grid loads a 64+16x24 grid image by default +// For other grid settings, run `compass grid-img 30+10x20` +// Where 30 is the column width, 10 is the gutter width, +// and 20 is the (optional) line-height. -/* @group COMPONENTS by type */ - -/* @end */ - -/* @group OVERRIDES by content */ - -/* @end */ - -/* @group OVERRIDES by page */ - -/* @end */ - -/* @group DEBUG */ - -// Uncomment, adjust and use for debugging - -// #page { -// @include show-grid("your-grid-image.png"); } - -/* @end */ +/* Styles --------------------------------------------------------------*/