Skip to content

Commit 11922cd

Browse files
authored
Update tests results for postcss v8.4.17 (#503)
1 parent 4e8feca commit 11922cd

6 files changed

+17
-2
lines changed

test/fixtures/duplicates.expected.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ foo{}
22
foo{}
33
foo{}
44
@media screen{
5+
56
foo{}
67
}
78
@media screen{

test/fixtures/layer-import-atrules-anonymous.expected.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ body {
6868

6969
@media (min-width: 320px) {
7070
@layer import-anon-layer-3.import-anon-layer-4.import-anon-layer-5 {
71+
7172
@layer Z {
7273
body {
7374
color: cyan;

test/fixtures/layer-import-atrules.expected.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ body {
6868

6969
@media (min-width: 320px) {
7070
@layer imported-without-media.level-2.level-3 {
71+
7172
@layer Z {
7273
body {
7374
color: cyan;

test/fixtures/layer-rule-grouping.expected.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@media screen {
2-
32
rule-one {}
43

54
rule-two {}
@@ -42,7 +41,6 @@ rule-six {}
4241
}
4342

4443
@layer import-anon-layer-1 {
45-
4644
rule-one {}
4745

4846
rule-two {}

test/fixtures/layer.expected.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
11
@layer layer-alpha, layer-beta.one;
2+
23
@layer foo{
4+
35
foo{}
46
}
7+
58
@layer bar{
69
bar{}
710
}
11+
812
@media level-1 and level-2{
13+
914
@layer bar{
1015
bar{}
1116
}
1217
}
18+
1319
@layer baz{
1420
baz{}
1521
}
22+
1623
@layer foobar{
1724
foobar{}
1825
}
26+
1927
@layer foo-layered{
2028
@layer foo {
2129
foo {}
2230
}
2331
}
32+
2433
content{}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
foo{}
2+
23
@media screen{
4+
35
foo{}
46
}
7+
58
proxy {}
9+
610
import {}
11+
712
content{}

0 commit comments

Comments
 (0)