Skip to content

Commit

Permalink
Update test results for PostCSS 8.4.19 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Nov 12, 2022
1 parent 99d755b commit 22864f1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion test/fixtures/duplicates.expected.css
Expand Up @@ -2,7 +2,6 @@ foo{}
foo{}
foo{}
@media screen{

foo{}
}
@media screen{
Expand Down
1 change: 0 additions & 1 deletion test/fixtures/layer-import-atrules-anonymous.expected.css
Expand Up @@ -68,7 +68,6 @@ 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: 0 additions & 1 deletion test/fixtures/layer-import-atrules.expected.css
Expand Up @@ -68,7 +68,6 @@ body {

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

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

rule-one {}

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

@layer import-anon-layer-1 {

rule-one {}

rule-two {}
Expand Down
9 changes: 0 additions & 9 deletions test/fixtures/layer.expected.css
@@ -1,33 +1,24 @@
@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: 0 additions & 5 deletions test/fixtures/no-duplicate.expected.css
@@ -1,12 +1,7 @@
foo{}

@media screen{

foo{}
}

proxy {}

import {}

content{}

0 comments on commit 22864f1

Please sign in to comment.