Sha256: 282d72520fdb6bc89ca7462747d5421b57ade0382403788cfb6e5014f3740b87

Contents?: true

Size: 673 Bytes

Versions: 5

Compression:

Stored size: 673 Bytes

Contents

//** SCREEN STYLES **//

// Imports --------------------------------------------------------------

@import "base";

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

// change '.container' to match your HTML container element
// or @extend it to apply multiple containers on your site.
.container {
  @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

5 entries across 5 versions & 1 rubygems

Version Path
compass-susy-plugin-0.9.alpha.5 templates/project/screen.scss
compass-susy-plugin-0.9.alpha.4 templates/project/screen.scss
compass-susy-plugin-0.9.alpha.3 templates/project/screen.scss
compass-susy-plugin-0.9.alpha.2 templates/project/screen.scss
compass-susy-plugin-0.9.alpha.1 templates/project/screen.scss