Sha256: 178af0e32364cf31ef2b8f18914094ba835c4b08e387c1b3489fbf5b01541c12
Contents?: true
Size: 756 Bytes
Versions: 24
Compression:
Stored size: 756 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
24 entries across 24 versions & 3 rubygems