Sha256: 858b091bb65d745a0e94a144e9c4c7796db8308ebea97b24712d8fc475125e25
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
// Steal key based on index number //-------------------------------------------------------------------------------- // @param $index [number] : index of key // ------------------------------------------------------------------------------- // @return [string] @function flint-steal-key($index) { @for $n from 1 through (length(flint-map-fetch($flint, "config")) - 1) { @each $key in nth(map-get($flint, "config"), $index) { @return $key; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flint-gs-1.7.1 | stylesheets/flint/functions/lib/_steal-key.scss |