Sha256: 77d2ba03ff925f042edc07272c7c3f55fea84593d8c1fcdd70d28e5b2b55832e
Contents?: true
Size: 257 Bytes
Versions: 6
Compression:
Stored size: 257 Bytes
Contents
@function add-grid($grid-definition) { $parsed: parse-add($grid-definition); @if nth($parsed, 2) == false and length($grids) == 0 { @return nth($parsed, 1); } @else { @return append($grids, (nth($parsed, 1) nth($parsed, 2)), 'comma'); } }
Version data entries
6 entries across 6 versions & 2 rubygems