Sha256: 4ec0ede9c3e8fdaf08a3a50eb1e28b5198b821517047d8d80a99cec483f734e7

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 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

4 entries across 4 versions & 1 rubygems

Version Path
flint-gs-2.0.6 stylesheets/flint/functions/lib/_next-index.scss
flint-gs-2.0.5 stylesheets/flint/functions/lib/_next-index.scss
flint-gs-2.0.4 stylesheets/flint/functions/lib/_next-index.scss
flint-gs-2.0.3 stylesheets/flint/functions/lib/_next-index.scss