Sha256: 33e0964c5c25c442c1256ce2c4664e9103a06bdad8a57aca09d9537958f10ad8
Contents?: true
Size: 349 Bytes
Versions: 3
Compression:
Stored size: 349 Bytes
Contents
/* * Steal breakpoint value by index */ @include describe("[function] steal-values") { @include it("should expect steal value from breakpoint key based on its index") { @include should(expect( flint-steal-values(1, "breakpoint")), to(be(80em)) ); @include should(expect( flint-steal-values(1, "columns")), to(be(16)) ); } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flint-gs-2.0.6 | tests/input/functions/lib/_steal-values.scss |
flint-gs-2.0.5 | tests/input/functions/lib/_steal-values.scss |
flint-gs-2.0.4 | tests/input/functions/lib/_steal-values.scss |