Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update test results for PostCSS 8.4.19 #507

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/fixtures/duplicates.expected.css
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
foo{}

@media screen{

foo{}
}

proxy {}

import {}

content{}