Sha256: e2c3854ff6a533184d3d2c769b9dcf190720a64b0ee32a0220467f0b06fd4182
Contents?: true
Size: 456 Bytes
Versions: 6
Compression:
Stored size: 456 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
6 entries across 6 versions & 1 rubygems