Skip to content

Commit e230cd7

Browse files
test: fix
1 parent 4dde2c0 commit e230cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cases/at-media/expected/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
body {
2-
font-size: 24px;
2+
font-size: 24px;
33
}
44

55
@media screen and (orientation: landscape) {
66
body {
7-
font-size: 32px;
7+
font-size: 32px;
88
}
99

1010
}

0 commit comments

Comments
 (0)