Sha256: 8df7401377c4c1b917e973fa7ff19c03cc8e3609b52446335a92252c67337161
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 Bytes
Contents
// Gets the index of the passed key // ------------------------------------------------------------------------------- // @param $key [string] : breakpoint key // ------------------------------------------------------------------------------- // @return [number] @function flint-get-index($key) { @for $i from 1 through (length(flint-map-fetch($flint, "config")) - 1) { @if flint-steal-key($i) == $key { @return $i; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flint-gs-1.7.1 | stylesheets/flint/functions/lib/_get-index.scss |