Sha256: fd3eaafe814660788ce96ccb042dbe0c24ca265227d21b9caf12e949e68b0a69

Contents?: true

Size: 527 Bytes

Versions: 3

Compression:

Stored size: 527 Bytes

Contents

// Steal value based on index number
// -------------------------------------------------------------------------------
// @param $index [number] : index of breakpoint key in config
// @param $value [number] : value
// -------------------------------------------------------------------------------
// @return [number]

@function steal-values($index, $value) {
	@for $n from 1 through (length(map-fetch($flint, config)) - 1) {
		@each $key in nth(map-get($flint, config), $index) {
			@return get-value($key, $value);
		}
	}
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flint-gs-1.6.5 stylesheets/flint/functions/lib/_steal-values.scss
flint-gs-1.6.4 stylesheets/flint/functions/lib/_steal-values.scss
flint-gs-1.6.3 stylesheets/flint/functions/lib/_steal-values.scss