Sha256: afea73b1db76cc66760d087aa6f7fb89ff76e8e479105bd72c9b3f9151444c27
Contents?: true
Size: 350 Bytes
Versions: 4
Compression:
Stored size: 350 Bytes
Contents
//** Susy **// // 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: false) { @include establish-baseline; @if $align { @warn "the '$align' argument is deprecated because it really isn't that usefull."; } }
Version data entries
4 entries across 4 versions & 1 rubygems