Sha256: b38cc923c5bf244d462e27d15b868c2c6b283c5d6ef630f21b7300df29ef3f66

Contents?: true

Size: 816 Bytes

Versions: 3

Compression:

Stored size: 816 Bytes

Contents

/* 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";

/* Layout --------------------------------------------------------------*/

@include susy;

// change '#page' to match your HTML container element(s)
#page {
  @include container;
  @include show-grid("grid.png"); }

// 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.

/* Styles --------------------------------------------------------------*/

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
compass-susy-plugin-0.7.0 templates/project/screen.scss
compass-susy-plugin-0.7.0.rc2 templates/project/screen.scss
compass-susy-plugin-0.7.0.rc1 templates/project/screen.scss