Sha256: de2bc4f525c2d78e83194443e5efa8353d2d8b96fd6df8744539428fba3d76a4
Contents?: true
Size: 444 Bytes
Versions: 24
Compression:
Stored size: 444 Bytes
Contents
// Steal key based on index number //-------------------------------------------------------------------------------- // @param $index [Integer] : index of key // ------------------------------------------------------------------------------- // @return [Breakpoint] @function steal-key($index) { @for $n from 1 through (length(map-fetch($flint, config)) - 1) { @each $key in nth(map-get($flint, config), $index) { @return $key; } } }
Version data entries
24 entries across 24 versions & 1 rubygems