Sha256: 3167b2cb982e4c6996c599569edf2bc959f69229f4b5d5837b1bfb17be96c91f
Contents?: true
Size: 497 Bytes
Versions: 4
Compression:
Stored size: 497 Bytes
Contents
//** Susy **// // Tell susy whether you are using hacks or conditional comments. $hacks: true !default; // Import all the Important Stuff. @import "compass/css3"; @import "utils"; @import "text"; @import "grid"; // Set Susy on your BODY element to get things started. @mixin susy($align: center) { @include establish-baseline; // text-align set to center by default for auto-centering layouts // - override $align for left/right-aligned designs body { text-align: $align; } }
Version data entries
4 entries across 4 versions & 1 rubygems