-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests results for postcss v8.4.17 (#503)
- Loading branch information
1 parent
4e8feca
commit 11922cd
Showing
6 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ foo{} | |
foo{} | ||
foo{} | ||
@media screen{ | ||
|
||
foo{} | ||
} | ||
@media screen{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
foo{} | ||
|
||
@media screen{ | ||
|
||
foo{} | ||
} | ||
|
||
proxy {} | ||
|
||
import {} | ||
|
||
content{} |