Sha256: 576219fd30cd02850153933167287a71217c1aa139fb0639f0f570c641c68498

Contents?: true

Size: 443 Bytes

Versions: 7

Compression:

Stored size: 443 Bytes

Contents

// Steal key based on index number
//--------------------------------------------------------------------------------
// @param $index [number] : index of key
// -------------------------------------------------------------------------------
// @return [string]

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flint-gs-1.6.5 stylesheets/flint/functions/lib/_steal-key.scss
flint-gs-1.6.4 stylesheets/flint/functions/lib/_steal-key.scss
flint-gs-1.6.3 stylesheets/flint/functions/lib/_steal-key.scss
flint-gs-1.6.2 stylesheets/flint/functions/lib/_steal-key.scss
flint-gs-1.6.0 stylesheets/flint/functions/lib/_steal-key.scss
flint-gs-1.5.0 stylesheets/flint/functions/lib/_steal-key.scss
flint-gs-1.4.0 stylesheets/flint/functions/lib/_steal-key.scss