2021-08-20 10:48:08 +03:00
|
|
|
error: Stylesheet
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | / @keyframes important1 {
|
|
|
|
2 | | from {
|
|
|
|
3 | | margin-top: 50px !important;
|
|
|
|
4 | | }
|
|
|
|
... |
|
|
|
|
23 | | @keyframes FOO {
|
|
|
|
24 | | }
|
|
|
|
| |__^
|
|
|
|
|
|
|
|
error: Rule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | / @keyframes important1 {
|
|
|
|
2 | | from {
|
|
|
|
3 | | margin-top: 50px !important;
|
|
|
|
4 | | }
|
|
|
|
... |
|
|
|
|
7 | | }
|
|
|
|
8 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: AtRule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | / @keyframes important1 {
|
|
|
|
2 | | from {
|
|
|
|
3 | | margin-top: 50px !important;
|
|
|
|
4 | | }
|
|
|
|
... |
|
|
|
|
7 | | }
|
|
|
|
8 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: KeyframesRule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:1:1
|
|
|
|
|
|
|
|
|
1 | / @keyframes important1 {
|
|
|
|
2 | | from {
|
|
|
|
3 | | margin-top: 50px !important;
|
|
|
|
4 | | }
|
|
|
|
... |
|
|
|
|
7 | | }
|
|
|
|
8 | | }
|
|
|
|
| |_^
|
|
|
|
|
2022-01-21 04:55:49 +03:00
|
|
|
error: CustomIdent
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:1:12
|
|
|
|
|
|
|
|
|
1 | @keyframes important1 {
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
2022-02-16 16:49:00 +03:00
|
|
|
error: SimpleBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:1:23
|
|
|
|
|
|
|
|
|
1 | @keyframes important1 {
|
|
|
|
| _______________________^
|
|
|
|
2 | | from {
|
|
|
|
3 | | margin-top: 50px !important;
|
|
|
|
4 | | }
|
|
|
|
... |
|
|
|
|
7 | | }
|
|
|
|
8 | | }
|
|
|
|
| |_^
|
|
|
|
|
2021-08-20 10:48:08 +03:00
|
|
|
error: KeyframeBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:2:5
|
|
|
|
|
|
|
|
|
2 | / from {
|
|
|
|
3 | | margin-top: 50px !important;
|
|
|
|
4 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeSelector
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:2:5
|
|
|
|
|
|
|
|
|
2 | from {
|
|
|
|
| ^^^^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:2:5
|
|
|
|
|
|
|
|
|
2 | from {
|
|
|
|
| ^^^^
|
|
|
|
|
2022-02-11 06:58:26 +03:00
|
|
|
error: SimpleBlock
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:2:10
|
|
|
|
|
|
|
|
|
2 | from {
|
|
|
|
| __________^
|
|
|
|
3 | | margin-top: 50px !important;
|
|
|
|
4 | | }
|
|
|
|
| |_____^
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
error: Declaration
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:9
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:9
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:9
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Value
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:21
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^^^
|
|
|
|
|
2022-01-30 15:15:05 +03:00
|
|
|
error: Dimension
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:21
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^^^
|
|
|
|
|
2022-02-08 14:57:57 +03:00
|
|
|
error: Length
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:21
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^^^
|
|
|
|
|
2022-01-24 17:27:10 +03:00
|
|
|
error: Number
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:21
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^
|
|
|
|
|
2022-01-30 15:15:05 +03:00
|
|
|
error: Ident
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:23
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^
|
|
|
|
|
2022-02-05 17:22:47 +03:00
|
|
|
error: ImportantFlag
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:26
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Ident
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:3:27
|
|
|
|
|
|
|
|
|
3 | margin-top: 50px !important;
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2021-08-20 10:48:08 +03:00
|
|
|
error: KeyframeBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:5:5
|
|
|
|
|
|
|
|
|
5 | / to {
|
|
|
|
6 | | margin-top: 100px !important;
|
|
|
|
7 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeSelector
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:5:5
|
|
|
|
|
|
|
|
|
5 | to {
|
|
|
|
| ^^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:5:5
|
|
|
|
|
|
|
|
|
5 | to {
|
|
|
|
| ^^
|
|
|
|
|
2022-02-11 06:58:26 +03:00
|
|
|
error: SimpleBlock
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:5:8
|
|
|
|
|
|
|
|
|
5 | to {
|
|
|
|
| ________^
|
|
|
|
6 | | margin-top: 100px !important;
|
|
|
|
7 | | }
|
|
|
|
| |_____^
|
|
|
|
|
2021-10-26 21:38:05 +03:00
|
|
|
error: Declaration
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:9
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-01-31 08:02:30 +03:00
|
|
|
error: DeclarationName
|
2022-01-26 14:35:49 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:9
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:9
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Value
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:21
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^^^
|
|
|
|
|
2022-01-30 15:15:05 +03:00
|
|
|
error: Dimension
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:21
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^^^
|
|
|
|
|
2022-02-08 14:57:57 +03:00
|
|
|
error: Length
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:21
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^^^
|
|
|
|
|
2022-01-24 17:27:10 +03:00
|
|
|
error: Number
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:21
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^
|
|
|
|
|
2022-01-30 15:15:05 +03:00
|
|
|
error: Ident
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:24
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^
|
|
|
|
|
2022-02-05 17:22:47 +03:00
|
|
|
error: ImportantFlag
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:27
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Ident
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:6:28
|
|
|
|
|
|
|
|
|
6 | margin-top: 100px !important;
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2021-08-20 10:48:08 +03:00
|
|
|
error: Rule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:10:1
|
|
|
|
|
|
|
|
|
10 | / @keyframes foo {
|
|
|
|
11 | | from {
|
|
|
|
12 | | }
|
|
|
|
13 | | to {
|
|
|
|
... |
|
|
|
|
20 | | }
|
|
|
|
21 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: AtRule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:10:1
|
|
|
|
|
|
|
|
|
10 | / @keyframes foo {
|
|
|
|
11 | | from {
|
|
|
|
12 | | }
|
|
|
|
13 | | to {
|
|
|
|
... |
|
|
|
|
20 | | }
|
|
|
|
21 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: KeyframesRule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:10:1
|
|
|
|
|
|
|
|
|
10 | / @keyframes foo {
|
|
|
|
11 | | from {
|
|
|
|
12 | | }
|
|
|
|
13 | | to {
|
|
|
|
... |
|
|
|
|
20 | | }
|
|
|
|
21 | | }
|
|
|
|
| |_^
|
|
|
|
|
2022-01-21 04:55:49 +03:00
|
|
|
error: CustomIdent
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:10:12
|
|
|
|
|
|
|
|
|
10 | @keyframes foo {
|
|
|
|
| ^^^
|
|
|
|
|
2022-02-16 16:49:00 +03:00
|
|
|
error: SimpleBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:10:16
|
|
|
|
|
|
|
|
|
10 | @keyframes foo {
|
|
|
|
| ________________^
|
|
|
|
11 | | from {
|
|
|
|
12 | | }
|
|
|
|
13 | | to {
|
|
|
|
... |
|
|
|
|
20 | | }
|
|
|
|
21 | | }
|
|
|
|
| |_^
|
|
|
|
|
2021-08-20 10:48:08 +03:00
|
|
|
error: KeyframeBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:11:5
|
|
|
|
|
|
|
|
|
11 | / from {
|
|
|
|
12 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeSelector
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:11:5
|
|
|
|
|
|
|
|
|
11 | from {
|
|
|
|
| ^^^^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:11:5
|
|
|
|
|
|
|
|
|
11 | from {
|
|
|
|
| ^^^^
|
|
|
|
|
2022-02-11 06:58:26 +03:00
|
|
|
error: SimpleBlock
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:11:10
|
|
|
|
|
|
|
|
|
11 | from {
|
|
|
|
| __________^
|
|
|
|
12 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:13:5
|
|
|
|
|
|
|
|
|
13 | / to {
|
|
|
|
14 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeSelector
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:13:5
|
|
|
|
|
|
|
|
|
13 | to {
|
|
|
|
| ^^
|
|
|
|
|
2021-11-12 13:09:52 +03:00
|
|
|
error: Ident
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:13:5
|
|
|
|
|
|
|
|
|
13 | to {
|
|
|
|
| ^^
|
|
|
|
|
2022-02-11 06:58:26 +03:00
|
|
|
error: SimpleBlock
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:13:8
|
|
|
|
|
|
|
|
|
13 | to {
|
|
|
|
| ________^
|
|
|
|
14 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:15:5
|
|
|
|
|
|
|
|
|
15 | / 15% {
|
|
|
|
16 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeSelector
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:15:5
|
|
|
|
|
|
|
|
|
15 | 15% {
|
|
|
|
| ^^^
|
|
|
|
|
2022-02-09 13:43:15 +03:00
|
|
|
error: Percentage
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:15:5
|
|
|
|
|
|
|
|
|
15 | 15% {
|
|
|
|
| ^^^
|
|
|
|
|
2022-01-24 17:27:10 +03:00
|
|
|
error: Number
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:15:5
|
|
|
|
|
|
|
|
|
15 | 15% {
|
|
|
|
| ^^
|
|
|
|
|
2022-02-11 06:58:26 +03:00
|
|
|
error: SimpleBlock
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:15:9
|
|
|
|
|
|
|
|
|
15 | 15% {
|
|
|
|
| _________^
|
|
|
|
16 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:17:5
|
|
|
|
|
|
|
|
|
17 | / 0% {
|
|
|
|
18 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeSelector
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:17:5
|
|
|
|
|
|
|
|
|
17 | 0% {
|
|
|
|
| ^^
|
|
|
|
|
2022-02-09 13:43:15 +03:00
|
|
|
error: Percentage
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:17:5
|
|
|
|
|
|
|
|
|
17 | 0% {
|
|
|
|
| ^^
|
|
|
|
|
2022-01-24 17:27:10 +03:00
|
|
|
error: Number
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:17:5
|
|
|
|
|
|
|
|
|
17 | 0% {
|
|
|
|
| ^
|
|
|
|
|
2022-02-11 06:58:26 +03:00
|
|
|
error: SimpleBlock
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:17:8
|
|
|
|
|
|
|
|
|
17 | 0% {
|
|
|
|
| ________^
|
|
|
|
18 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:19:5
|
|
|
|
|
|
|
|
|
19 | / 100% {
|
|
|
|
20 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: KeyframeSelector
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:19:5
|
|
|
|
|
|
|
|
|
19 | 100% {
|
|
|
|
| ^^^^
|
|
|
|
|
2022-02-09 13:43:15 +03:00
|
|
|
error: Percentage
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:19:5
|
|
|
|
|
|
|
|
|
19 | 100% {
|
|
|
|
| ^^^^
|
|
|
|
|
2022-01-24 17:27:10 +03:00
|
|
|
error: Number
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:19:5
|
|
|
|
|
|
|
|
|
19 | 100% {
|
|
|
|
| ^^^
|
|
|
|
|
2022-02-11 06:58:26 +03:00
|
|
|
error: SimpleBlock
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:19:10
|
|
|
|
|
|
|
|
|
19 | 100% {
|
|
|
|
| __________^
|
|
|
|
20 | | }
|
|
|
|
| |_____^
|
|
|
|
|
|
|
|
error: Rule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:23:1
|
|
|
|
|
|
|
|
|
23 | / @keyframes FOO {
|
|
|
|
24 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: AtRule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:23:1
|
|
|
|
|
|
|
|
|
23 | / @keyframes FOO {
|
|
|
|
24 | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error: KeyframesRule
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:23:1
|
|
|
|
|
|
|
|
|
23 | / @keyframes FOO {
|
|
|
|
24 | | }
|
|
|
|
| |_^
|
|
|
|
|
2022-01-21 04:55:49 +03:00
|
|
|
error: CustomIdent
|
2021-08-20 10:48:08 +03:00
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:23:12
|
|
|
|
|
|
|
|
|
23 | @keyframes FOO {
|
|
|
|
| ^^^
|
|
|
|
|
2022-02-16 16:49:00 +03:00
|
|
|
error: SimpleBlock
|
|
|
|
--> $DIR/tests/fixture/rome/keyframe/input.css:23:16
|
|
|
|
|
|
|
|
|
23 | @keyframes FOO {
|
|
|
|
| ________________^
|
|
|
|
24 | | }
|
|
|
|
| |_^
|
|
|
|
|