Sha256: 15103ce5caaf0a308757277d2033ae4689c903bff864bf1e1056acd33441a790
Contents?: true
Size: 533 Bytes
Versions: 5
Compression:
Stored size: 533 Bytes
Contents
// Get single value from key in instance map based on $selector::$key // ------------------------------------------------------------------------------- // @param $key [string] : breakpoint key // @param $value [string] : key of value // ------------------------------------------------------------------------------- // @return [literal] @function flint-get-value($key, $value: null) { @if $value == null { @return flint-map-fetch($flint, "config" $key); } @else { @return flint-map-fetch($flint, "config" $key $value); } }
Version data entries
5 entries across 5 versions & 1 rubygems