Sha256: 0a61fc31c1be4ed49cec74e663cd3aa69f49607b610231863cba17cf8d2018ed
Contents?: true
Size: 324 Bytes
Versions: 15
Compression:
Stored size: 324 Bytes
Contents
/// /// Returns next indexed key based on passed index /// /// @access private /// /// @param {Number} $index - index of breakpoint /// /// @return {String} /// /// @group Internal Functions /// @function flint-next-index($index) { @return if(flint-is-number($index) and $index != 0, flint-steal-key($index + 1), false); }
Version data entries
15 entries across 15 versions & 1 rubygems