Sha256: 3d3b34f6447141f7c255f3dd4045f760f1eeab6451e42c53433a5b73e3649b2e

Contents?: true

Size: 397 Bytes

Versions: 15

Compression:

Stored size: 397 Bytes

Contents

//
// Steal breakpoint key by index
//
@include describe("[function] steal-key") {

	@include it("should expect breakpoint alias of passed index from configuration map") {
		@include should(expect(
			flint-steal-key(1)),
			to(be("desktop"))
		);
	}

	@include it("should expect invalid type to return false") {
		@include should(expect(
			flint-steal-key("string")),
			to(be(false))
		);
	}
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
flint-gs-2.3.6 tests/input/functions/lib/_steal-key.scss
flint-gs-2.3.5 tests/input/functions/lib/_steal-key.scss
flint-gs-2.3.4 tests/input/functions/lib/_steal-key.scss
flint-gs-2.3.3 tests/input/functions/lib/_steal-key.scss
flint-gs-2.3.2 tests/input/functions/lib/_steal-key.scss
flint-gs-2.3.1 tests/input/functions/lib/_steal-key.scss
flint-gs-2.3.0 tests/input/functions/lib/_steal-key.scss
flint-gs-2.2.0 tests/input/functions/lib/_steal-key.scss
flint-gs-2.1.4 tests/input/functions/lib/_steal-key.scss
flint-gs-2.1.3 tests/input/functions/lib/_steal-key.scss
flint-gs-2.1.2 tests/input/functions/lib/_steal-key.scss
flint-gs-2.1.1 tests/input/functions/lib/_steal-key.scss
flint-gs-2.1.0 tests/input/functions/lib/_steal-key.scss
flint-gs-2.0.9 tests/input/functions/lib/_steal-key.scss
flint-gs-2.0.8 tests/input/functions/lib/_steal-key.scss