Sha256: 3069240b61248ecc106f5ff712a130496587e9107cf2f4a33c7788af0ffba13f

Contents?: true

Size: 212 Bytes

Versions: 13

Compression:

Stored size: 212 Bytes

Contents

@function lower-bound($range){
	@if length($range) <= 0 {
		@return 0;
	}
	@return nth($range,1);
}

@function upper-bound($range) {
	@if length($range) < 2 {
		@return 999999999999;
	}
	@return nth($range, 2);
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
card-mod-bootstrap-0.18.1 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.18.0 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.17.0 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.16.0 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.6 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.5 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.4 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.3 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.1.2 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.2.pre1 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.1.1 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.1 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss
card-mod-bootstrap-0.15.0 vendor/select2/docs/themes/learn2/scss/nucleus/functions/_range.scss