Skip to content

Commit eb01ca6

Browse files
committed
rebuild tests
1 parent 0e266c0 commit eb01ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/outputs/media.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ code {
7777
code pre {
7878
height: 20px; } }
7979

80-
@media screen {
81-
@media (color: blue) {
82-
height: 10px; } }
80+
@media screen and (color: blue) {
81+
dt {
82+
height: 10px; } }

0 commit comments

Comments
 (0)