Skip to content

Commit 564bdc6

Browse files
committed
Format
1 parent 3b8ea02 commit 564bdc6

20 files changed

Lines changed: 21 additions & 21 deletions

test/fixtures/aspect-ratio.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
@media screen and (aspect-ratio) and (1 / 1000 <= aspect-ratio <= 16 / 9) {
1313

14-
}
14+
}

test/fixtures/color-index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
@media screen and (color-index) and (6 <= color-index <= 256) {
1010

11-
}
11+
}

test/fixtures/color-index.output.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
@media screen and (color-index) and (min-color-index: 6) and (max-color-index: 256) {
1010

11-
}
11+
}

test/fixtures/color.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
@media screen and (color) and (6 <= color <= 256) {
1010

11-
}
11+
}

test/fixtures/color.output.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
@media screen and (color) and (min-color: 6) and (max-color: 256) {
1010

11-
}
11+
}

test/fixtures/device-aspect-ratio.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
@media screen and (device-aspect-ratio) and (1 / 1000 <= device-aspect-ratio <= 16 / 9) {
1313

14-
}
14+
}

test/fixtures/device-aspect-ratio.output.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
@media screen and (device-aspect-ratio) and (min-device-aspect-ratio: 1 / 1000) and (max-device-aspect-ratio: 16 / 9) {
1313

14-
}
14+
}

test/fixtures/device-width-height.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
@media screen and (device-height) and (.08px <= device-height <= 0.68px) {
2929

30-
}
30+
}

test/fixtures/device-width-height.output.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
@media screen and (device-height) and (min-device-height: .08px) and (max-device-height: 0.68px) {
2929

30-
}
30+
}

test/fixtures/line-break.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and
99
}
1010

1111
@media screen and
12-
12+
1313
(1200px <= width <= 500px)
1414
and
1515
(hover) {

0 commit comments

Comments
 (0)