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