Sha256: ed862b4b9b50201b46cf53c156e45fe196b39f5f325afa1ee7efc49223175ef1
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 Bytes
Contents
/** * Get single value from key in instance map based on $selector::$key * * @access private * * @param {String} $key - breakpoint key to pass to instance method * @param {ArgList} $values - list of keys to fetch value from * * @return {String | False} */ @function flint-get-instance-value($key, $values...) { @return flint-map-fetch($flint__instances, flint-has-family-instance($key), $values...); }
Version data entries
6 entries across 6 versions & 1 rubygems