Sha256: 6e4093702918053cd62d196710861fd4803c863ad8f4ecd708eb4f67a11e0b6a
Contents?: true
Size: 356 Bytes
Versions: 6
Compression:
Stored size: 356 Bytes
Contents
/** * Steal breakpoint value by index * * @access private * * @param {Number} $index - index of key * @param {String} $value - value to get from breakpoint * * @return {String | False} */ @function flint-steal-values($index, $value) { @return if(flint-is-number($index), flint-get-value("breakpoints", flint-steal-key($index), $value), false); }
Version data entries
6 entries across 6 versions & 1 rubygems