Sha256: 9338dacef512c334bbae917eef94c9058a80595924c0b949918666013d5fc76c

Contents?: true

Size: 291 Bytes

Versions: 6

Compression:

Stored size: 291 Bytes

Contents

/**
 * Returns next indexed key based on passed index
 *
 * @access private
 *
 * @param {Number} $index - index of breakpoint
 *
 * @return {String | False}
 */
@function flint-next-index($index) {
	@return if(flint-is-number($index) and $index != 0, flint-steal-key($index + 1), false);
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flint-gs-2.0.2 stylesheets/flint/functions/lib/_next-index.scss
flint-gs-2.0.1 stylesheets/flint/functions/lib/_next-index.scss
flint-gs-2.0.0 stylesheets/flint/functions/lib/_next-index.scss
flint-gs-2.0.0.rc.4 stylesheets/flint/functions/lib/_next-index.scss
flint-gs-2.0.0.rc.3 stylesheets/flint/functions/lib/_next-index.scss
flint-gs-2.0.0.rc.2 stylesheets/flint/functions/lib/_next-index.scss