tests/input/functions/lib/_instance.scss in flint-gs-2.1.4 vs tests/input/functions/lib/_instance.scss in flint-gs-2.2.0
- old
+ new
@@ -24,28 +24,28 @@
.instance {
@include _("desktop", 4);
@at-root {
@include it("should expect instance map to match pseudo instance") {
- @include should(expect(inspect($flint__instances)), to(be(inspect($pseudo-instance))));
+ @include should(expect(inspect($flint-instances)), to(be(inspect($pseudo-instance))));
}
}
- $flint__instances: () !global;
- $flint__instance-count: 0 !global;
+ $flint-instances: () !global;
+ $flint-instance-count: 0 !global;
- $flint__instances: flint-instance("desktop", 4, null, null, 18.75em, 0.625em, 0.625em) !global;
+ $flint-instances: flint-instance("desktop", 4, null, null, 18.75em, 0.625em, 0.625em) !global;
@at-root {
@include it("should expect instance map to match pseudo instance") {
- @include should(expect(inspect($flint__instances)), to(be(inspect($pseudo-instance))));
+ @include should(expect(inspect($flint-instances)), to(be(inspect($pseudo-instance))));
}
}
}
- $flint__instances: () !global;
- $flint__instance-count: 0 !global;
+ $flint-instances: () !global;
+ $flint-instance-count: 0 !global;
$pseudo-instance: (
".parent-instance .child-instance::mobile": (
"instance-count": 8,
"parent-selector": ".parent-instance::mobile",
@@ -174,14 +174,14 @@
.child-instance {
@include _(2, "auto", $gutter: row inside normal normal);
@at-root {
@include it("should expect instance map to match pseudo instance map") {
- @include should(expect(inspect($flint__instances)), to(be(inspect($pseudo-instance))));
+ @include should(expect(inspect($flint-instances)), to(be(inspect($pseudo-instance))));
}
}
}
}
- $flint__instances: () !global;
- $flint__instance-count: 0 !global;
+ $flint-instances: () !global;
+ $flint-instance-count: 0 !global;
}