Sha256: 4a5e838adc8c30dc0752fff61727e5d5c34c782eba82fcbbe1e1b31a437cf738
Contents?: true
Size: 496 Bytes
Versions: 4
Compression:
Stored size: 496 Bytes
Contents
// ************************************* // // Grid // -> Responsive and mobile first // // ************************************* // ------------------------------------- // Base // ------------------------------------- .grid { @include outer-container; height: 100%; min-width: $max-width; padding: 0 1em; } // ------------------------------------- // Columns // ------------------------------------- @for $i from 1 through 12 { .col-#{$i} { @include span-columns($i); } }
Version data entries
4 entries across 4 versions & 1 rubygems