Sha256: 196b99439014c6703a834b0fdc2a1cf69832b520e64b53a6a7fc3a8fad4f87ef
Contents?: true
Size: 331 Bytes
Versions: 9
Compression:
Stored size: 331 Bytes
Contents
// Set all variables $totalColumns: 16 !default; // Grid generation mixin @mixin col-generator($num-columns: $col-number, $total-cols: $total-columns) { $column-width: 100% / $total-cols; // Finding column width by dividing space left by number of columns $width: ($num-columns * $column-width); width: $width; }
Version data entries
9 entries across 9 versions & 1 rubygems