Sha256: 0bddf021ea1d93750d2ca85bacc6011cd447b2e04277359c754a9bb557be5b4b
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
// --------------------------------------------------------------------------- // Imports @import "compass/layout/grid-background"; // --------------------------------------------------------------------------- // Susy Grid Background // // A wrapper for the compass "column-grid-background" mixin // Uses all your settings to create a grid background for a container element. // Note: Sub-pixel rounding can lead to several pixels of variation between browsers. @mixin susy-grid-background (){ @include column-grid-background($total-columns, $column-width, $gutter-width, $column-width*0, $force-fluid: true); @include background-origin(content-box); @include background-clip(content-box); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
susy-1.0.alpha.0 | sass/susy/_background.scss |