Sha256: 2e010784d9a5a1365f85d6e0c59db54ccd6e0de6b03c0aeb8910125fdcee0b44
Contents?: true
Size: 738 Bytes
Versions: 104
Compression:
Stored size: 738 Bytes
Contents
// --------------------------------------------------------------------------- // Imports @import "compass/layout/grid-background"; @import "compass/css3/background-origin"; @import "compass/css3/background-clip"; // --------------------------------------------------------------------------- // 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(), gutter(), 0); @include background-origin(content-box); @include background-clip(content-box); }
Version data entries
104 entries across 103 versions & 10 rubygems