mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
11101 lines
312 KiB
Plaintext
11101 lines
312 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:1
|
|
|
|
|
1 | / @\media screen {}
|
|
2 | | @\media \screen {}
|
|
3 | |
|
|
4 | | @media all {}
|
|
... |
|
|
109 | | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
110 | | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| |____________________________________________________________________________^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:1
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:1
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:1
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:9
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:9
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:9
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:1
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:1
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:1
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:9
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:9
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:9
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:4:1
|
|
|
|
|
4 | @media all {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:4:1
|
|
|
|
|
4 | @media all {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:4:1
|
|
|
|
|
4 | @media all {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:4:8
|
|
|
|
|
4 | @media all {}
|
|
| ^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:4:8
|
|
|
|
|
4 | @media all {}
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:4:8
|
|
|
|
|
4 | @media all {}
|
|
| ^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:5:1
|
|
|
|
|
5 | @media screen {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:5:1
|
|
|
|
|
5 | @media screen {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:5:1
|
|
|
|
|
5 | @media screen {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:5:8
|
|
|
|
|
5 | @media screen {}
|
|
| ^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:5:8
|
|
|
|
|
5 | @media screen {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:5:8
|
|
|
|
|
5 | @media screen {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:6:1
|
|
|
|
|
6 | @media print {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:6:1
|
|
|
|
|
6 | @media print {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:6:1
|
|
|
|
|
6 | @media print {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:6:8
|
|
|
|
|
6 | @media print {}
|
|
| ^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:6:8
|
|
|
|
|
6 | @media print {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:6:8
|
|
|
|
|
6 | @media print {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:1
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:1
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:1
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:8
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:8
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:8
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:19
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:19
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:19
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:19
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:19
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:20
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:7:20
|
|
|
|
|
7 | @media screen and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:1
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:1
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:1
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:8
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:8
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:8
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:19
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:19
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:19
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:19
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:19
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:20
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:20
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:28
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:28
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:43
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:43
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:43
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:43
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:43
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:44
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:8:44
|
|
|
|
|
8 | @media screen and (color), projection and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:1
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:1
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:1
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:11
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:11
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:11
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:28
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:28
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:28
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:28
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:28
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:32
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:32
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:48
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:48
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:68
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:68
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:68
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:68
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:68
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:72
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:9:72
|
|
|
|
|
9 | @media screen and ( color ) , projection and ( color ) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:1
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:1
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:1
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:8
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:8
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:8
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:18
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:18
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:18
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:18
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:18
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:19
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:19
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:35
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:35
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:35
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:10:38
|
|
|
|
|
10 | @media print and (min-resolution: 118dpcm) {}
|
|
| ^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:11:1
|
|
|
|
|
11 | @media all {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:11:1
|
|
|
|
|
11 | @media all {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:11:1
|
|
|
|
|
11 | @media all {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:11:11
|
|
|
|
|
11 | @media all {}
|
|
| ^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:11:11
|
|
|
|
|
11 | @media all {}
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:11:11
|
|
|
|
|
11 | @media all {}
|
|
| ^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:1
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:1
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:1
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:8
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:8
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:8
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:19
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:19
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:19
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:19
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:19
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:20
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:12:20
|
|
|
|
|
12 | @media screen and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:1
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:1
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:1
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:10
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:10
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:10
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:26
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:26
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:26
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:26
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:26
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:30
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:13:30
|
|
|
|
|
13 | @media screen and ( color ) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:1
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:1
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:1
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:8
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:8
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:8
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:12
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:20
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:20
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:20
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:20
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:20
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:21
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:15:21
|
|
|
|
|
15 | @media not all and (monochrome) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:1
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:1
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:1
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:8
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:8
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:8
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:12
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:23
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:23
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:23
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:23
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:23
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:24
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:24
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:32
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:32
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:42
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:42
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:42
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:42
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:42
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:43
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:16:43
|
|
|
|
|
16 | @media not screen and (color), print and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:1
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:1
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:1
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:8
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:8
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:8
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:8
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaNot
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:8
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:12
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:12
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:12
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:13
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:13
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:34
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^
|
|
|
|
error: Ratio
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:34
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:34
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:17:37
|
|
|
|
|
17 | @media not (device-aspect-ratio: 16/9) {}
|
|
| ^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:1
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:1
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:1
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:8
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:8
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:8
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:8
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaNot
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:8
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:12
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:12
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:12
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:13
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:13
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:34
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^
|
|
|
|
error: Ratio
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:34
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:34
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:18:39
|
|
|
|
|
18 | @media not (device-aspect-ratio: 16 / 9) {}
|
|
| ^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:19:1
|
|
|
|
|
19 | @media not all {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:19:1
|
|
|
|
|
19 | @media not all {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:19:1
|
|
|
|
|
19 | @media not all {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:19:8
|
|
|
|
|
19 | @media not all {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:19:8
|
|
|
|
|
19 | @media not all {}
|
|
| ^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:19:8
|
|
|
|
|
19 | @media not all {}
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:19:12
|
|
|
|
|
19 | @media not all {}
|
|
| ^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:20:1
|
|
|
|
|
20 | @media not all {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:20:1
|
|
|
|
|
20 | @media not all {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:20:1
|
|
|
|
|
20 | @media not all {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:20:11
|
|
|
|
|
20 | @media not all {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:20:11
|
|
|
|
|
20 | @media not all {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:20:11
|
|
|
|
|
20 | @media not all {}
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:20:17
|
|
|
|
|
20 | @media not all {}
|
|
| ^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:1
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:1
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:1
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:8
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:8
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:8
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:13
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:24
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:24
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:24
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:24
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:24
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:25
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:22:25
|
|
|
|
|
22 | @media only screen and (color) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:1
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:1
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:1
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:10
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:10
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:10
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:17
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:32
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:32
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:32
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:32
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:32
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:36
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:23:36
|
|
|
|
|
23 | @media only screen and ( color ) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:1
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:1
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:1
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:8
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:8
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:8
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:8
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:8
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:8
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:8
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:9
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:9
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:20
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:20
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:20
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:25:22
|
|
|
|
|
25 | @media (min-width: 20px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:1
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:1
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:1
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:7
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:7
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:7
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:7
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:7
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:7
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:7
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:8
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:8
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:19
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:19
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:19
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:26:21
|
|
|
|
|
26 | @media(min-width: 20px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:1
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:1
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:1
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:10
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:10
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:10
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:10
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:10
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:10
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:10
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:14
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:14
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:30
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:30
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:30
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:27:32
|
|
|
|
|
27 | @media ( min-width : 20px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:1
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:1
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:1
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:8
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:8
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:8
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:8
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:8
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:8
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:8
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:9
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:9
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:30
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^
|
|
|
|
error: Ratio
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:30
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:30
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:28:33
|
|
|
|
|
28 | @media (device-aspect-ratio: 16/9) {}
|
|
| ^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:1
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:1
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:1
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:11
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:11
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:11
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:11
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:11
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:11
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:11
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:15
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:15
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:42
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ratio
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:42
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:42
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:29:51
|
|
|
|
|
29 | @media ( device-aspect-ratio : 16 / 9 ) {}
|
|
| ^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:1
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:1
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:1
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:8
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:8
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:8
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:8
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:8
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:8
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:8
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:9
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:9
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:15
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:15
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:19
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:19
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:19
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:20
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:20
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:31
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:31
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:31
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:30:33
|
|
|
|
|
30 | @media (grid) and (max-width: 15em) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:1
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:1
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:1
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:8
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:8
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:8
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:8
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:8
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:8
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:8
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:9
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:31:9
|
|
|
|
|
31 | @media (monochrome) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:1
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:1
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:1
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:8
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:8
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:8
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:8
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:8
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:8
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:8
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:9
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:9
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:20
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:20
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:20
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:22
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:26
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:26
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:30
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:30
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:30
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:31
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:31
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:42
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:42
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:42
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:33:44
|
|
|
|
|
33 | @media (min-width: 20em) and (min-width: 20em) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:1
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:1
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:1
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:10
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:10
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:10
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:10
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:10
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:10
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:10
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:11
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:11
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:27
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:27
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:27
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:29
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:38
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:38
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:44
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:44
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:44
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:48
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:48
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:64
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:64
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:64
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:34:66
|
|
|
|
|
34 | @media (min-width : 20em ) and ( min-width : 20em ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:1
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:1
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:1
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:8
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:8
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:8
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:8
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:8
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:8
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:8
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:9
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:9
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:20
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:20
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:20
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:24
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:28
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:28
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:32
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:32
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:32
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:33
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:33
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:44
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:44
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:44
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:48
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:52
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:52
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:56
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:56
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:56
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:57
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:57
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:68
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:68
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:68
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:35:72
|
|
|
|
|
35 | @media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1024px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:1
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:1
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:1
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:7
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:7
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:7
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:7
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:7
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:7
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:7
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:8
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:8
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:18
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:18
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:18
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:20
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:23
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:23
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:27
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:27
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:27
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:28
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:28
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:39
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:39
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:39
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:36:41
|
|
|
|
|
36 | @media(min-width:20em)and (min-width: 20em){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:1
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:1
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:1
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:7
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:7
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:7
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:7
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:7
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:7
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:7
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:8
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:8
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:18
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:18
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:18
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:20
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:23
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:23
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:27
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:27
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:27
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:28
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:28
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:38
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:38
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:38
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:37:40
|
|
|
|
|
37 | @media(min-width:20em)and (min-width:20em){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:1
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:1
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:1
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:8
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:8
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:8
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:8
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:8
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:8
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:8
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:9
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:9
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:17
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:17
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:23
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:23
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:26
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:26
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:26
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:27
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:27
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:34
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:39:34
|
|
|
|
|
39 | @media (update: slow) or (hover: none) {}
|
|
| ^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:1
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:1
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:1
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:10
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:10
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:10
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:10
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:10
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:10
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:10
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:14
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:14
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:27
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:27
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:39
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:39
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:44
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:44
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:44
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:48
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:48
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:60
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:40:60
|
|
|
|
|
40 | @media ( update : slow ) or ( hover : none ) {}
|
|
| ^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:1
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:1
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:1
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:7
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:7
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:7
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:7
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:7
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:7
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:7
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:8
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:8
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:16
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:16
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:21
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:21
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:24
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:24
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:24
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:25
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:25
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:32
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:41:32
|
|
|
|
|
41 | @media(update: slow)or (hover: none){}
|
|
| ^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:1
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:1
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:1
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:8
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:8
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:8
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:8
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:8
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:8
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:8
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:9
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:9
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:18
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:18
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:18
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:43:21
|
|
|
|
|
43 | @media (height < 600px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:1
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:1
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:1
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:8
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:8
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:8
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:8
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:8
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:8
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:8
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:9
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:9
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:19
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:19
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:19
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:44:22
|
|
|
|
|
44 | @media (height <= 600px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:1
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:1
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:1
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:8
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:8
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:8
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:8
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:8
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:8
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:8
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:9
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:9
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:18
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:18
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:18
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:45:21
|
|
|
|
|
45 | @media (height > 600px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:1
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:1
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:1
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:8
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:8
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:8
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:8
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:8
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:8
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:8
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:9
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:9
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:19
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:19
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:19
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:46:22
|
|
|
|
|
46 | @media (height >= 600px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:1
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:1
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:1
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:8
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:8
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:8
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:8
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:8
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:8
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:8
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:9
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:9
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:18
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:18
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:18
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:47:21
|
|
|
|
|
47 | @media (height = 600px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:1
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:1
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:1
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:10
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:10
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:10
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:10
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:10
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:10
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:10
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:14
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:14
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:27
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:27
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:27
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:48:30
|
|
|
|
|
48 | @media ( height < 600px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:1
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:1
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:1
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:10
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:10
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:10
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:10
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:10
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:10
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:10
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:14
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:14
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:28
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:28
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:28
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:49:31
|
|
|
|
|
49 | @media ( height <= 600px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:1
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:1
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:1
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:10
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:10
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:10
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:10
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:10
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:10
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:10
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:14
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:14
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:27
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:27
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:27
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:50:30
|
|
|
|
|
50 | @media ( height > 600px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:1
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:1
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:1
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:10
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:10
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:10
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:10
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:10
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:10
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:10
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:14
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:14
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:28
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:28
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:28
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:51:31
|
|
|
|
|
51 | @media ( height >= 600px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:1
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:1
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:1
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:10
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:10
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:10
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:10
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:10
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:10
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:10
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:14
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:14
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:27
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:27
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:27
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:52:30
|
|
|
|
|
52 | @media ( height = 600px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:1
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:1
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:1
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:7
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:7
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:7
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:7
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:7
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:7
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:7
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:8
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:8
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:15
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:15
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:15
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:53:18
|
|
|
|
|
53 | @media(height=600px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:1
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:1
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:1
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:7
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:7
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:7
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:7
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:7
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:7
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:7
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:8
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:8
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:16
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:16
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:16
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:54:19
|
|
|
|
|
54 | @media(height>=600px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:1
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:1
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:1
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:8
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:8
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:8
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:8
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:8
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:8
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:8
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:9
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:9
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:9
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:12
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:17
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:56:17
|
|
|
|
|
56 | @media (600px < height) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:1
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:1
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:1
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:8
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:8
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:8
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:8
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:8
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:8
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:8
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:9
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:9
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:9
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:12
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:18
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:57:18
|
|
|
|
|
57 | @media (600px <= height) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:1
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:1
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:1
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:8
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:8
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:8
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:8
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:8
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:8
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:8
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:9
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:9
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:9
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:12
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:17
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:58:17
|
|
|
|
|
58 | @media (600px > height) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:1
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:1
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:1
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:8
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:8
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:8
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:8
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:8
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:8
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:8
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:9
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:9
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:9
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:12
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:18
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:59:18
|
|
|
|
|
59 | @media (600px >= height) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:1
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:1
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:1
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:8
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:8
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:8
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:8
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:8
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:8
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:8
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:9
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:9
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:9
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:12
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:17
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:60:17
|
|
|
|
|
60 | @media (600px = height) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:1
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:1
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:1
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:10
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:10
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:10
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:10
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:10
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:10
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:10
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:14
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:14
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:14
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:17
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:26
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:61:26
|
|
|
|
|
61 | @media ( 600px < height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:1
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:1
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:1
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:10
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:10
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:10
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:10
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:10
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:10
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:10
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:14
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:14
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:14
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:17
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:27
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:62:27
|
|
|
|
|
62 | @media ( 600px <= height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:1
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:1
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:1
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:10
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:10
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:10
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:10
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:10
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:10
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:10
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:14
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:14
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:14
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:17
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:26
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:63:26
|
|
|
|
|
63 | @media ( 600px > height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:1
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:1
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:1
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:10
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:10
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:10
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:10
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:10
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:10
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:10
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:14
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:14
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:14
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:17
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:27
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:64:27
|
|
|
|
|
64 | @media ( 600px >= height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:1
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:1
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:1
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:10
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:10
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:10
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:10
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:10
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:10
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:10
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:14
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:14
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:14
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:17
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:26
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:65:26
|
|
|
|
|
65 | @media ( 600px = height ) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:1
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:1
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:1
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:7
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:7
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:7
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:7
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:7
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:7
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:7
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:8
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:8
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:8
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:11
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:14
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:66:14
|
|
|
|
|
66 | @media(600px=height) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:1
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:1
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:1
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:7
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:7
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:7
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:7
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:7
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:7
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:7
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:8
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:8
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:8
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:11
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:15
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:67:15
|
|
|
|
|
67 | @media(600px>=height) {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:1
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:1
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:1
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:8
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:8
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:8
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:8
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:8
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:8
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:8
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:9
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:9
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:9
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:12
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:17
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:17
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:25
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:25
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:25
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:69:28
|
|
|
|
|
69 | @media (400px < width < 700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:1
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:1
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:1
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:8
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:8
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:8
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:8
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:8
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:8
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:8
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:9
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:9
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:9
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:12
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:18
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:18
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:26
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:26
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:26
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:70:29
|
|
|
|
|
70 | @media (400px <= width < 700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:1
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:1
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:1
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:8
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:8
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:8
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:8
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:8
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:8
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:8
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:9
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:9
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:9
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:12
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:17
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:17
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:26
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:26
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:26
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:71:29
|
|
|
|
|
71 | @media (400px < width <= 700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:1
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:1
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:1
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:8
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:8
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:8
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:8
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:8
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:8
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:8
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:9
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:9
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:9
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:12
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:18
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:18
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:27
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:27
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:27
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:72:30
|
|
|
|
|
72 | @media (400px <= width <= 700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:1
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:1
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:1
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:7
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:7
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:7
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:7
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:7
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:7
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:7
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:8
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:8
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:8
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:11
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:14
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:14
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:20
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:20
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:20
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:73:23
|
|
|
|
|
73 | @media(400px<width<700px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:1
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:1
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:1
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:7
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:7
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:7
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:7
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:7
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:7
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:7
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:8
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:8
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:8
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:11
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:15
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:15
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:22
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:22
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:22
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:74:25
|
|
|
|
|
74 | @media(400px<=width<=700px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:1
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:1
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:1
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:10
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:10
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:10
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:10
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:10
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:10
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:10
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:14
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:14
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:14
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:17
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:26
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:26
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:38
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:38
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:38
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:75:41
|
|
|
|
|
75 | @media ( 400px < width < 700px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:1
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:1
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:1
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:10
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:10
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:10
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:10
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:10
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:10
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:10
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:14
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:14
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:14
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:17
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:27
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:27
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:39
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:39
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:39
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:76:42
|
|
|
|
|
76 | @media ( 400px <= width < 700px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:1
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:1
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:1
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:10
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:10
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:10
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:10
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:10
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:10
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:10
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:14
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:14
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:14
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:17
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:26
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:26
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:39
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:39
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:39
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:77:42
|
|
|
|
|
77 | @media ( 400px < width <= 700px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:1
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:1
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:1
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:10
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:10
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:10
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:10
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:10
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:10
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:10
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:14
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:14
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:14
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:17
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:27
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:27
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:40
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:40
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:40
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:78:43
|
|
|
|
|
78 | @media ( 400px <= width <= 700px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:1
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:1
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:1
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:7
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:7
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:7
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:7
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:7
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:7
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:7
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:8
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:8
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:8
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:11
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:14
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:14
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:20
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:20
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:20
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:79:23
|
|
|
|
|
79 | @media(400px<width<700px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:1
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:1
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:1
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:7
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:7
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:7
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:7
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:7
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:7
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:7
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:8
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:8
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:8
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:11
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:15
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:15
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:22
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:22
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:22
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:80:25
|
|
|
|
|
80 | @media(400px<=width<=700px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:1
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:1
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:1
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:8
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:8
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:8
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:8
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:8
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:8
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:8
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:9
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:9
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:9
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:12
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:17
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:17
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:25
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:25
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:25
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:82:28
|
|
|
|
|
82 | @media (400px > width > 700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:1
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:1
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:1
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:8
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:8
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:8
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:8
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:8
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:8
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:8
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:9
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:9
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:9
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:12
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:18
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:18
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:26
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:26
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:26
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:83:29
|
|
|
|
|
83 | @media (400px >= width > 700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:1
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:1
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:1
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:8
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:8
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:8
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:8
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:8
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:8
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:8
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:9
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:9
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:9
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:12
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:17
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:17
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:26
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:26
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:26
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:84:29
|
|
|
|
|
84 | @media (400px > width >= 700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:1
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:1
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:1
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:8
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:8
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:8
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:8
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:8
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:8
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:8
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:9
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:9
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:9
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:12
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:18
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:18
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:27
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:27
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:27
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:85:30
|
|
|
|
|
85 | @media (400px >= width >= 700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:1
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:1
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:1
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:7
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:7
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:7
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:7
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:7
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:7
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:7
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:8
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:8
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:8
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:11
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:14
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:14
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:20
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:20
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:20
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:86:23
|
|
|
|
|
86 | @media(400px>width>700px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:1
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:1
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:1
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:7
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:7
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:7
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:7
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:7
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:7
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:7
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:8
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:8
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:8
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:11
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:15
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:15
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:22
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:22
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:22
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:87:25
|
|
|
|
|
87 | @media(400px>=width>=700px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:1
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:1
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:1
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:10
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:10
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:10
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:10
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:10
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:10
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:10
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:14
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:14
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:14
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:17
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:26
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:26
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:38
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:38
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:38
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:88:41
|
|
|
|
|
88 | @media ( 400px > width > 700px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:1
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:1
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:1
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:10
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:10
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:10
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:10
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:10
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:10
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:10
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:14
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:14
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:14
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:17
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:27
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:27
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:39
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:39
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:39
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:89:42
|
|
|
|
|
89 | @media ( 400px >= width > 700px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:1
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:1
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:1
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:10
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:10
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:10
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:10
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:10
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:10
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:10
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:14
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:14
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:14
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:17
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:26
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:26
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:39
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:39
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:39
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:90:42
|
|
|
|
|
90 | @media ( 400px > width >= 700px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:1
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:1
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:1
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:10
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:10
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:10
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:10
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:10
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:10
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:10
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:14
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:14
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:14
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:17
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:27
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:27
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:40
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:40
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:40
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:91:43
|
|
|
|
|
91 | @media ( 400px >= width >= 700px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:1
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:1
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:1
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:7
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:7
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:7
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:7
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:7
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:7
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:7
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:8
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:8
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:8
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:11
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:14
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:14
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:20
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:20
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:20
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:92:23
|
|
|
|
|
92 | @media(400px>width>700px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:1
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:1
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:1
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:7
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:7
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:7
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:7
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:7
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:7
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRangeInterval
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:7
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:8
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:8
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:8
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:11
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:15
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:15
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:22
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:22
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:22
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:93:25
|
|
|
|
|
93 | @media(400px>=width>=700px){}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:1
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:1
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:1
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:8
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:8
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:8
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:8
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:8
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:8
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:8
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:9
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:9
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:19
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:19
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:23
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:23
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:23
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:24
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:24
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:35
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:35
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:35
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:95:39
|
|
|
|
|
95 | @media (--modern) and (min-width: 1024px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:1
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:1
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:1
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:8
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:8
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:8
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:9
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:9
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:9
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: MediaNot
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:9
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:13
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:13
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:13
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:14
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:14
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:22
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:22
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:25
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:25
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:25
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:26
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:97:26
|
|
|
|
|
97 | @media (not (color)) or (hover) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:1
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:1
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:1
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:10
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:10
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:10
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:14
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:14
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:14
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaNot
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:14
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:21
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:21
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:21
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:25
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:25
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:41
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:41
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:46
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:46
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:46
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:50
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:98:50
|
|
|
|
|
98 | @media ( not ( color ) ) or ( hover ) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:1
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:1
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:1
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:8
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:8
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:8
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:9
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:9
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:9
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:9
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:9
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:9
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:9
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:10
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:10
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:17
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:17
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:20
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:20
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:20
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:21
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:21
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:29
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:29
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:33
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:33
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:33
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:34
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:34
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:42
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:42
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:42
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:99:46
|
|
|
|
|
99 | @media ((color) or (hover)) and (width > 1024px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:1
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:1
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:1
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:8
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:8
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:8
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:9
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:9
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:9
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:10
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:10
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:10
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:10
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:10
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:11
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:11
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:19
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:19
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:23
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:23
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:23
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:23
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:23
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:24
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:24
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:33
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:33
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:37
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:37
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:37
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:38
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:38
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:46
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:46
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:46
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:100:50
|
|
|
|
|
100 | @media (((color)) or ((hover))) and (width > 1024px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:1
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:1
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:1
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:8
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:8
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:8
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:9
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:9
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:9
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:10
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:10
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:10
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:11
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:11
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:11
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:12
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:12
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:12
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:12
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:12
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:13
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:13
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:21
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:21
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:25
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:25
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:25
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:25
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:25
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:26
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:26
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:37
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:37
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:41
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:41
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:41
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:42
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:42
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:50
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:50
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:50
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:101:54
|
|
|
|
|
101 | @media (((((color)) or ((hover))))) and (width > 1024px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:1
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:1
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:1
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:10
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:10
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:10
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:14
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:14
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:14
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:18
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:18
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:18
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:22
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:22
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:22
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:26
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:26
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:26
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:26
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:26
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:30
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:30
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:46
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:46
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:55
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:55
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:55
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:55
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:55
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:59
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:59
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:87
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:87
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:93
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:93
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureRange
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:93
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:97
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:97
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:109
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:109
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:109
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:102:113
|
|
|
|
|
102 | @media ( ( ( ( ( color ) ) or ( ( hover ) ) ) ) ) and ( width > 1024px ) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:1
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:1
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:1
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:8
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:8
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:8
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:9
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:9
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:9
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:9
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:9
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:9
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:9
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:10
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:10
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:21
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:21
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:21
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:24
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:28
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:28
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:32
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:32
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:32
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:33
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:33
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:44
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:44
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:44
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:47
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:52
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:52
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:55
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:55
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:55
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:56
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:56
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:67
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:67
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:67
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:104:70
|
|
|
|
|
104 | @media ((min-width: 800px) and (min-width: 800px)) or (min-width: 800px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:1
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:1
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:1
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:8
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:8
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:8
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:8
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:8
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:8
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:8
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:9
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:9
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:20
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:20
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:20
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:23
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:27
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:27
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:32
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:32
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:32
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:32
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:32
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:32
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:33
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:33
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:44
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:44
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:44
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:47
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:51
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:51
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:54
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:54
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:54
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:55
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:55
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:66
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:66
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:66
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:105:69
|
|
|
|
|
105 | @media (min-width: 800px) and ((min-width: 800px) or (min-width: 800px)) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:107:1
|
|
|
|
|
107 | @media NOT all {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:107:1
|
|
|
|
|
107 | @media NOT all {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:107:1
|
|
|
|
|
107 | @media NOT all {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:107:11
|
|
|
|
|
107 | @media NOT all {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:107:11
|
|
|
|
|
107 | @media NOT all {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:107:11
|
|
|
|
|
107 | @media NOT all {}
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:107:17
|
|
|
|
|
107 | @media NOT all {}
|
|
| ^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:1
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:1
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:1
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:8
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:8
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:8
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:13
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^
|
|
|
|
error: MediaConditionWithoutOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:24
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaConditionWithoutOrType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:24
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:24
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:24
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureBoolean
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:24
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:25
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:108:25
|
|
|
|
|
108 | @media ONLY screen AND (color) {}
|
|
| ^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:1
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:1
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:1
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:8
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:8
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:8
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:9
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:9
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:9
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:9
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:9
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:9
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:9
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:10
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:10
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:21
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:21
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:21
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:24
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:28
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:28
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:32
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:32
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:32
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:33
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:33
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:44
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:44
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:44
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:47
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:52
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:52
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:55
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:55
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:55
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:56
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:56
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:67
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:67
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:67
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:109:70
|
|
|
|
|
109 | @media ((min-width: 800px) AND (min-width: 800px)) OR (min-width: 800px) {}
|
|
| ^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:1
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:1
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:1
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQueryList
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:8
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:8
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:8
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:8
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:8
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:8
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:8
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:9
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:9
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:20
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:20
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:20
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:23
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:27
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaAnd
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:27
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:32
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaCondition
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:32
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:32
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:32
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:32
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:32
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:33
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:33
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:44
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:44
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:44
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:47
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^
|
|
|
|
error: MediaConditionAllType
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:51
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaOr
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:51
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaInParens
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:54
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeature
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:54
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeaturePlain
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:54
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaFeatureName
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:55
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:55
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^^^^^
|
|
|
|
error: MediaFeatureValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:66
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: UnitValue
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:66
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^^^
|
|
|
|
error: Number
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:66
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^^
|
|
|
|
error: Unit
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:110:69
|
|
|
|
|
110 | @media (min-width: 800px) AND ((min-width: 800px) OR (min-width: 800px)) {}
|
|
| ^^
|
|
|