Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 7caed88

Browse files
Fixing tests after postcss-nesting updates
1 parent a02d0fe commit 7caed88

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

test/basic.nesting.expect.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
order: 5;
2727
}
2828

29+
.test-nesting-rules {
30+
31+
order: 6;
32+
}
33+
2934
@custom-media --narrow-window (max-width: 30em);
3035

3136
@media (--narrow-window) {

test/basic.stage0-ff49.expect.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
order: 5;
3737
}
3838

39+
.test-nesting-rules {
40+
41+
order: 6;
42+
}
43+
3944
@media (max-width: 30em) {
4045
.test-custom-media-queries {
4146
order: 7;

test/basic.stage0.expect.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
order: 5;
4747
}
4848

49+
.test-nesting-rules {
50+
51+
order: 6;
52+
}
53+
4954
@media (max-width: 30em) {
5055
.test-custom-media-queries {
5156
order: 7;

0 commit comments

Comments
 (0)