Sha256: 08dd2352d0faef678677165d993a0c00c2e02533a76d773d36057594a1c03cf0
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 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} * * @group Internal Functions */ @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
4 entries across 4 versions & 1 rubygems