Sha256: 8886d4067a436e092b7c5c00c2d6a50da159547f70f842a5e10f010b5020dcb1
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
// Parses the total number of columns from `$columns` @function grid-parse-column-count($span) { @if length($span) == 3 { $_total-columns: nth($span, 3); @return $_total-columns; } @else if length($span) == 2 { $_total-columns: nth($span, 2); @return $_total-columns; } @else if length($span) >= 3 { @error "`$column` had #{$span} values but should have no greater than 3"; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cask-0.2.0 | app/assets/stylesheets/functions/_grid-parse-column-count.scss |