Sha256: c0e9a22d025aa53248a509c3c1d336f55209e84df7cbfdd6dc9390b8c7222c95
Contents?: true
Size: 330 Bytes
Versions: 13
Compression:
Stored size: 330 Bytes
Contents
@function parse-add($definition) { $grid: (); $mq: false; $mq-find: false; @each $item in $definition { @if $item != 'at' and $mq-find != true { $grid: append($grid, $item, 'space'); } @else if $item == 'at' { $mq-find: true; } @else { $mq: $item; } } @return ($grid $mq); }
Version data entries
13 entries across 13 versions & 2 rubygems