Sha256: 0278da6084d57b78380eb7986a0a36a25eee47f1b92724d47f16c6bd828c89de
Contents?: true
Size: 259 Bytes
Versions: 16
Compression:
Stored size: 259 Bytes
Contents
// // Thehe properties that makes an element a module. // @mixin module-properties { float: left; padding: 0 8px; min-height: 1px; } @mixin module-width($amt:1) { width: $colWidth * $amt; } @mixin visible-gutters { background-clip: padding-box; }
Version data entries
16 entries across 16 versions & 1 rubygems