Skip to content

Commit

Permalink
Update tests results for postcss v8.4.17 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 30, 2022
1 parent 4e8feca commit 11922cd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/fixtures/duplicates.expected.css
Expand Up @@ -2,6 +2,7 @@ foo{}
foo{}
foo{}
@media screen{

foo{}
}
@media screen{
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/layer-import-atrules-anonymous.expected.css
Expand Up @@ -68,6 +68,7 @@ body {

@media (min-width: 320px) {
@layer import-anon-layer-3.import-anon-layer-4.import-anon-layer-5 {

@layer Z {
body {
color: cyan;
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/layer-import-atrules.expected.css
Expand Up @@ -68,6 +68,7 @@ body {

@media (min-width: 320px) {
@layer imported-without-media.level-2.level-3 {

@layer Z {
body {
color: cyan;
Expand Down
2 changes: 0 additions & 2 deletions test/fixtures/layer-rule-grouping.expected.css
@@ -1,5 +1,4 @@
@media screen {

rule-one {}

rule-two {}
Expand Down Expand Up @@ -42,7 +41,6 @@ rule-six {}
}

@layer import-anon-layer-1 {

rule-one {}

rule-two {}
Expand Down
9 changes: 9 additions & 0 deletions test/fixtures/layer.expected.css
@@ -1,24 +1,33 @@
@layer layer-alpha, layer-beta.one;

@layer foo{

foo{}
}

@layer bar{
bar{}
}

@media level-1 and level-2{

@layer bar{
bar{}
}
}

@layer baz{
baz{}
}

@layer foobar{
foobar{}
}

@layer foo-layered{
@layer foo {
foo {}
}
}

content{}
5 changes: 5 additions & 0 deletions test/fixtures/no-duplicate.expected.css
@@ -1,7 +1,12 @@
foo{}

@media screen{

foo{}
}

proxy {}

import {}

content{}

0 comments on commit 11922cd

Please sign in to comment.