Skip to content

Commit 3e7ec20

Browse files
committed
Update comment test
PostCSS 6 gets the whitespace here correctly now
1 parent f877d91 commit 3e7ec20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/fixtures/comment.output.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@media screen and (min-width: 500px) and (max-width: 1200px)/* comment */ {
1+
@media screen and (min-width: 500px) and (max-width: 1200px) /* comment */{
22
.bar {
33
display: block;
44
}
55
}
66

7-
@media screen and (min-width: 500px) and (max-width: 1200px)/* comment */ {
7+
@media screen and (min-width: 500px) and (max-width: 1200px) /* comment */{
88
.bar {
99
display: block;
1010
}

0 commit comments

Comments
 (0)