Sha256: 4dc7cd4a022e57e9b828ec84c0d47c6d2e98b8ec028dd3e9a385741e4741443d

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flint-gs-1.7.1 stylesheets/flint/functions/lib/_steal-values.scss