2022-02-04 08:10:35 +03:00
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x Stylesheet
|
2022-03-19 17:56:12 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | ,-> @keyframes foo { /* ... */ }
|
|
|
|
2 | | @keyframes "foo" { /* ... */ }
|
|
|
|
3 | | @keyframes foo { /* ... */ }
|
|
|
|
4 | |
|
|
|
|
5 | | @keyframes slidein {
|
|
|
|
6 | | from {
|
|
|
|
7 | | transform: translateX(0%);
|
|
|
|
8 | | }
|
|
|
|
9 | |
|
|
|
|
10 | | to {
|
|
|
|
11 | | transform: translateX(100%);
|
|
|
|
12 | | }
|
|
|
|
13 | | }
|
|
|
|
14 | |
|
|
|
|
15 | | @keyframes identifier {
|
|
|
|
16 | | 0% { top: 0; left: 0; }
|
|
|
|
17 | | 30% { top: 50px; }
|
|
|
|
18 | | 68%, 72% { left: 50px; }
|
|
|
|
19 | | 100% { top: 100px; left: 100%; }
|
|
|
|
20 | | }
|
|
|
|
21 | |
|
|
|
|
22 | | @keyframes FOO {}
|
|
|
|
23 | | @keyframes "initial" {}
|
|
|
|
24 | | @keyframes "None" {}
|
|
|
|
25 | | @keyframes slide-right {
|
|
|
|
26 | |
|
|
|
|
27 | | from {
|
|
|
|
28 | | margin-left: 0px;
|
|
|
|
29 | | }
|
|
|
|
30 | |
|
|
|
|
31 | | 50% {
|
|
|
|
32 | | margin-left: 110px;
|
|
|
|
33 | | opacity: 1;
|
|
|
|
34 | | }
|
|
|
|
35 | |
|
|
|
|
36 | | 50% {
|
|
|
|
37 | | opacity: 0.9;
|
|
|
|
38 | | }
|
|
|
|
39 | |
|
|
|
|
40 | | to {
|
|
|
|
41 | | margin-left: 200px;
|
|
|
|
42 | | }
|
|
|
|
43 | |
|
|
|
|
44 | | }
|
|
|
|
45 | |
|
|
|
|
46 | | @keyframes slidein-up {
|
|
|
|
47 | | fRoM {
|
|
|
|
48 | | transform: translateX(0%);
|
|
|
|
49 | | }
|
|
|
|
50 | |
|
|
|
|
51 | | tO {
|
|
|
|
52 | | transform: translateX(100%);
|
|
|
|
53 | | }
|
|
|
|
54 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Rule
|
2022-03-19 17:56:12 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-03-19 17:56:12 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-03-19 17:56:12 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-04-01 14:53:23 +03:00
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x CustomIdent
|
2022-03-19 17:56:12 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-03-19 17:56:12 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
|
|
|
: ^
|
2022-11-28 18:56:47 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-04-01 14:53:23 +03:00
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-04-01 14:53:23 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Str
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:1:1]
|
|
|
|
1 | @keyframes foo { /* ... */ }
|
2022-10-13 08:31:34 +03:00
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
|
|
|
: ^
|
2022-11-28 18:56:47 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:2:1]
|
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:2:1]
|
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:2:1]
|
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-04-01 14:53:23 +03:00
|
|
|
: ^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:2:1]
|
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-04-01 14:53:23 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
|
|
|
: ^^^^^^^^^
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x CustomIdent
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:2:1]
|
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:2:1]
|
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-03-19 17:56:12 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:2:1]
|
|
|
|
2 | @keyframes "foo" { /* ... */ }
|
2022-10-13 08:31:34 +03:00
|
|
|
3 | @keyframes foo { /* ... */ }
|
|
|
|
: ^
|
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:4:1]
|
|
|
|
4 |
|
2022-03-19 17:56:12 +03:00
|
|
|
5 | ,-> @keyframes slidein {
|
|
|
|
6 | | from {
|
|
|
|
7 | | transform: translateX(0%);
|
|
|
|
8 | | }
|
|
|
|
9 | |
|
|
|
|
10 | | to {
|
|
|
|
11 | | transform: translateX(100%);
|
|
|
|
12 | | }
|
|
|
|
13 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:4:1]
|
|
|
|
4 |
|
2022-03-19 17:56:12 +03:00
|
|
|
5 | ,-> @keyframes slidein {
|
|
|
|
6 | | from {
|
|
|
|
7 | | transform: translateX(0%);
|
|
|
|
8 | | }
|
|
|
|
9 | |
|
|
|
|
10 | | to {
|
|
|
|
11 | | transform: translateX(100%);
|
|
|
|
12 | | }
|
|
|
|
13 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:4:1]
|
|
|
|
4 |
|
2022-04-01 14:53:23 +03:00
|
|
|
5 | @keyframes slidein {
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
6 | from {
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:4:1]
|
|
|
|
4 |
|
2022-04-01 14:53:23 +03:00
|
|
|
5 | @keyframes slidein {
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
6 | from {
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
2022-03-13 22:07:18 +03:00
|
|
|
|
|
|
|
x CustomIdent
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:4:1]
|
|
|
|
4 |
|
2022-03-19 17:56:12 +03:00
|
|
|
5 | @keyframes slidein {
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
6 | from {
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:4:1]
|
|
|
|
4 |
|
2022-03-19 17:56:12 +03:00
|
|
|
5 | ,-> @keyframes slidein {
|
|
|
|
6 | | from {
|
|
|
|
7 | | transform: translateX(0%);
|
|
|
|
8 | | }
|
|
|
|
9 | |
|
|
|
|
10 | | to {
|
|
|
|
11 | | transform: translateX(100%);
|
|
|
|
12 | | }
|
|
|
|
13 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:4:1]
|
|
|
|
4 |
|
2022-10-13 08:31:34 +03:00
|
|
|
5 | @keyframes slidein {
|
|
|
|
: ^
|
2022-11-28 18:56:47 +03:00
|
|
|
6 | from {
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:5:1]
|
|
|
|
5 | @keyframes slidein {
|
|
|
|
6 | ,-> from {
|
2022-03-19 17:56:12 +03:00
|
|
|
7 | | transform: translateX(0%);
|
|
|
|
8 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:5:1]
|
|
|
|
5 | @keyframes slidein {
|
|
|
|
6 | from {
|
|
|
|
: ^^^^
|
|
|
|
7 | transform: translateX(0%);
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:5:1]
|
|
|
|
5 | @keyframes slidein {
|
|
|
|
6 | ,-> from {
|
2022-03-19 17:56:12 +03:00
|
|
|
7 | | transform: translateX(0%);
|
|
|
|
8 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:5:1]
|
|
|
|
5 | @keyframes slidein {
|
|
|
|
6 | from {
|
|
|
|
: ^
|
|
|
|
7 | transform: translateX(0%);
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Function
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:6:1]
|
|
|
|
6 | from {
|
|
|
|
7 | transform: translateX(0%);
|
|
|
|
: ^
|
|
|
|
8 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:9:1]
|
|
|
|
9 |
|
|
|
|
10 | ,-> to {
|
2022-03-19 17:56:12 +03:00
|
|
|
11 | | transform: translateX(100%);
|
|
|
|
12 | `-> }
|
2022-11-28 18:56:47 +03:00
|
|
|
13 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:9:1]
|
|
|
|
9 |
|
|
|
|
10 | to {
|
|
|
|
: ^^
|
|
|
|
11 | transform: translateX(100%);
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:9:1]
|
|
|
|
9 |
|
|
|
|
10 | ,-> to {
|
2022-03-19 17:56:12 +03:00
|
|
|
11 | | transform: translateX(100%);
|
|
|
|
12 | `-> }
|
2022-11-28 18:56:47 +03:00
|
|
|
13 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:9:1]
|
|
|
|
9 |
|
|
|
|
10 | to {
|
|
|
|
: ^
|
|
|
|
11 | transform: translateX(100%);
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Function
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:10:1]
|
|
|
|
10 | to {
|
|
|
|
11 | transform: translateX(100%);
|
|
|
|
: ^^^
|
|
|
|
12 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:14:1]
|
|
|
|
14 |
|
2022-03-19 17:56:12 +03:00
|
|
|
15 | ,-> @keyframes identifier {
|
|
|
|
16 | | 0% { top: 0; left: 0; }
|
|
|
|
17 | | 30% { top: 50px; }
|
|
|
|
18 | | 68%, 72% { left: 50px; }
|
|
|
|
19 | | 100% { top: 100px; left: 100%; }
|
|
|
|
20 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:14:1]
|
|
|
|
14 |
|
2022-03-19 17:56:12 +03:00
|
|
|
15 | ,-> @keyframes identifier {
|
|
|
|
16 | | 0% { top: 0; left: 0; }
|
|
|
|
17 | | 30% { top: 50px; }
|
|
|
|
18 | | 68%, 72% { left: 50px; }
|
|
|
|
19 | | 100% { top: 100px; left: 100%; }
|
|
|
|
20 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:14:1]
|
|
|
|
14 |
|
2022-04-01 14:53:23 +03:00
|
|
|
15 | @keyframes identifier {
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
16 | 0% { top: 0; left: 0; }
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:14:1]
|
|
|
|
14 |
|
2022-04-01 14:53:23 +03:00
|
|
|
15 | @keyframes identifier {
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
16 | 0% { top: 0; left: 0; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x CustomIdent
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:14:1]
|
|
|
|
14 |
|
2022-03-19 17:56:12 +03:00
|
|
|
15 | @keyframes identifier {
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
16 | 0% { top: 0; left: 0; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:14:1]
|
|
|
|
14 |
|
2022-03-19 17:56:12 +03:00
|
|
|
15 | ,-> @keyframes identifier {
|
|
|
|
16 | | 0% { top: 0; left: 0; }
|
|
|
|
17 | | 30% { top: 50px; }
|
|
|
|
18 | | 68%, 72% { left: 50px; }
|
|
|
|
19 | | 100% { top: 100px; left: 100%; }
|
|
|
|
20 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:14:1]
|
|
|
|
14 |
|
2022-10-13 08:31:34 +03:00
|
|
|
15 | @keyframes identifier {
|
|
|
|
: ^
|
2022-11-28 18:56:47 +03:00
|
|
|
16 | 0% { top: 0; left: 0; }
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Integer
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^^^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^^^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^^^^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Integer
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:15:1]
|
|
|
|
15 | @keyframes identifier {
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
: ^
|
|
|
|
17 | 30% { top: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^^^^^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^^^^^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Dimension
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Length
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:16:1]
|
|
|
|
16 | 0% { top: 0; left: 0; }
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
: ^^
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^^^^^^^^^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Dimension
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Length
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:17:1]
|
|
|
|
17 | 30% { top: 50px; }
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
: ^^
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^
|
|
|
|
20 | }
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Dimension
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Length
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:18:1]
|
|
|
|
18 | 68%, 72% { left: 50px; }
|
|
|
|
19 | 100% { top: 100px; left: 100%; }
|
|
|
|
: ^^^
|
|
|
|
20 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:21:1]
|
|
|
|
21 |
|
2022-03-19 17:56:12 +03:00
|
|
|
22 | @keyframes FOO {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:21:1]
|
|
|
|
21 |
|
2022-03-19 17:56:12 +03:00
|
|
|
22 | @keyframes FOO {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:21:1]
|
|
|
|
21 |
|
2022-03-19 17:56:12 +03:00
|
|
|
22 | @keyframes FOO {}
|
2022-04-01 14:53:23 +03:00
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:21:1]
|
|
|
|
21 |
|
2022-04-01 14:53:23 +03:00
|
|
|
22 | @keyframes FOO {}
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x CustomIdent
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:21:1]
|
|
|
|
21 |
|
2022-03-19 17:56:12 +03:00
|
|
|
22 | @keyframes FOO {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:21:1]
|
|
|
|
21 |
|
2022-03-19 17:56:12 +03:00
|
|
|
22 | @keyframes FOO {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^
|
2022-11-28 18:56:47 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:21:1]
|
|
|
|
21 |
|
2022-10-13 08:31:34 +03:00
|
|
|
22 | @keyframes FOO {}
|
|
|
|
: ^
|
2022-11-28 18:56:47 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:22:1]
|
|
|
|
22 | @keyframes FOO {}
|
2022-03-19 17:56:12 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:22:1]
|
|
|
|
22 | @keyframes FOO {}
|
2022-03-19 17:56:12 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:22:1]
|
|
|
|
22 | @keyframes FOO {}
|
2022-03-19 17:56:12 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-04-01 14:53:23 +03:00
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:22:1]
|
|
|
|
22 | @keyframes FOO {}
|
2022-04-01 14:53:23 +03:00
|
|
|
23 | @keyframes "initial" {}
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Str
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:22:1]
|
|
|
|
22 | @keyframes FOO {}
|
2022-03-19 17:56:12 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:22:1]
|
|
|
|
22 | @keyframes FOO {}
|
2022-03-19 17:56:12 +03:00
|
|
|
23 | @keyframes "initial" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^
|
2022-11-28 18:56:47 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:22:1]
|
|
|
|
22 | @keyframes FOO {}
|
2022-10-13 08:31:34 +03:00
|
|
|
23 | @keyframes "initial" {}
|
|
|
|
: ^
|
2022-11-28 18:56:47 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:23:1]
|
|
|
|
23 | @keyframes "initial" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
25 | @keyframes slide-right {
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:23:1]
|
|
|
|
23 | @keyframes "initial" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
25 | @keyframes slide-right {
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:23:1]
|
|
|
|
23 | @keyframes "initial" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-04-01 14:53:23 +03:00
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
25 | @keyframes slide-right {
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:23:1]
|
|
|
|
23 | @keyframes "initial" {}
|
2022-04-01 14:53:23 +03:00
|
|
|
24 | @keyframes "None" {}
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
25 | @keyframes slide-right {
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Str
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:23:1]
|
|
|
|
23 | @keyframes "initial" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
25 | @keyframes slide-right {
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:23:1]
|
|
|
|
23 | @keyframes "initial" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
24 | @keyframes "None" {}
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^
|
2022-11-28 18:56:47 +03:00
|
|
|
25 | @keyframes slide-right {
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:23:1]
|
|
|
|
23 | @keyframes "initial" {}
|
2022-10-13 08:31:34 +03:00
|
|
|
24 | @keyframes "None" {}
|
|
|
|
: ^
|
2022-11-28 18:56:47 +03:00
|
|
|
25 | @keyframes slide-right {
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:24:1]
|
|
|
|
24 | @keyframes "None" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
25 | ,-> @keyframes slide-right {
|
|
|
|
26 | |
|
|
|
|
27 | | from {
|
|
|
|
28 | | margin-left: 0px;
|
|
|
|
29 | | }
|
|
|
|
30 | |
|
|
|
|
31 | | 50% {
|
|
|
|
32 | | margin-left: 110px;
|
|
|
|
33 | | opacity: 1;
|
|
|
|
34 | | }
|
|
|
|
35 | |
|
|
|
|
36 | | 50% {
|
|
|
|
37 | | opacity: 0.9;
|
|
|
|
38 | | }
|
|
|
|
39 | |
|
|
|
|
40 | | to {
|
|
|
|
41 | | margin-left: 200px;
|
|
|
|
42 | | }
|
|
|
|
43 | |
|
|
|
|
44 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:24:1]
|
|
|
|
24 | @keyframes "None" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
25 | ,-> @keyframes slide-right {
|
|
|
|
26 | |
|
|
|
|
27 | | from {
|
|
|
|
28 | | margin-left: 0px;
|
|
|
|
29 | | }
|
|
|
|
30 | |
|
|
|
|
31 | | 50% {
|
|
|
|
32 | | margin-left: 110px;
|
|
|
|
33 | | opacity: 1;
|
|
|
|
34 | | }
|
|
|
|
35 | |
|
|
|
|
36 | | 50% {
|
|
|
|
37 | | opacity: 0.9;
|
|
|
|
38 | | }
|
|
|
|
39 | |
|
|
|
|
40 | | to {
|
|
|
|
41 | | margin-left: 200px;
|
|
|
|
42 | | }
|
|
|
|
43 | |
|
|
|
|
44 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:24:1]
|
|
|
|
24 | @keyframes "None" {}
|
2022-04-01 14:53:23 +03:00
|
|
|
25 | @keyframes slide-right {
|
|
|
|
: ^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:24:1]
|
|
|
|
24 | @keyframes "None" {}
|
2022-04-01 14:53:23 +03:00
|
|
|
25 | @keyframes slide-right {
|
|
|
|
: ^^^^^^^^^
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x CustomIdent
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:24:1]
|
|
|
|
24 | @keyframes "None" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
25 | @keyframes slide-right {
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:24:1]
|
|
|
|
24 | @keyframes "None" {}
|
2022-03-19 17:56:12 +03:00
|
|
|
25 | ,-> @keyframes slide-right {
|
|
|
|
26 | |
|
|
|
|
27 | | from {
|
|
|
|
28 | | margin-left: 0px;
|
|
|
|
29 | | }
|
|
|
|
30 | |
|
|
|
|
31 | | 50% {
|
|
|
|
32 | | margin-left: 110px;
|
|
|
|
33 | | opacity: 1;
|
|
|
|
34 | | }
|
|
|
|
35 | |
|
|
|
|
36 | | 50% {
|
|
|
|
37 | | opacity: 0.9;
|
|
|
|
38 | | }
|
|
|
|
39 | |
|
|
|
|
40 | | to {
|
|
|
|
41 | | margin-left: 200px;
|
|
|
|
42 | | }
|
|
|
|
43 | |
|
|
|
|
44 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:24:1]
|
|
|
|
24 | @keyframes "None" {}
|
2022-10-13 08:31:34 +03:00
|
|
|
25 | @keyframes slide-right {
|
|
|
|
: ^
|
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:26:1]
|
|
|
|
26 |
|
|
|
|
27 | ,-> from {
|
2022-03-19 17:56:12 +03:00
|
|
|
28 | | margin-left: 0px;
|
|
|
|
29 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:26:1]
|
|
|
|
26 |
|
|
|
|
27 | from {
|
|
|
|
: ^^^^
|
|
|
|
28 | margin-left: 0px;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:26:1]
|
|
|
|
26 |
|
|
|
|
27 | ,-> from {
|
2022-03-19 17:56:12 +03:00
|
|
|
28 | | margin-left: 0px;
|
|
|
|
29 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:26:1]
|
|
|
|
26 |
|
|
|
|
27 | from {
|
|
|
|
: ^
|
|
|
|
28 | margin-left: 0px;
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^^^^^^^^^^^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^^^^^^^^^^^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^^^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Dimension
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^^^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Length
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^^^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:27:1]
|
|
|
|
27 | from {
|
|
|
|
28 | margin-left: 0px;
|
|
|
|
: ^^
|
|
|
|
29 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:30:1]
|
|
|
|
30 |
|
|
|
|
31 | ,-> 50% {
|
2022-03-19 17:56:12 +03:00
|
|
|
32 | | margin-left: 110px;
|
|
|
|
33 | | opacity: 1;
|
|
|
|
34 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:30:1]
|
|
|
|
30 |
|
|
|
|
31 | 50% {
|
|
|
|
: ^^^
|
|
|
|
32 | margin-left: 110px;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:30:1]
|
|
|
|
30 |
|
|
|
|
31 | 50% {
|
|
|
|
: ^^
|
|
|
|
32 | margin-left: 110px;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:30:1]
|
|
|
|
30 |
|
|
|
|
31 | ,-> 50% {
|
2022-03-19 17:56:12 +03:00
|
|
|
32 | | margin-left: 110px;
|
|
|
|
33 | | opacity: 1;
|
|
|
|
34 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:30:1]
|
|
|
|
30 |
|
|
|
|
31 | 50% {
|
|
|
|
: ^
|
|
|
|
32 | margin-left: 110px;
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^^^^^^^^^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^^^^^^^^^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^^^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Dimension
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^^^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Length
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^^^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:31:1]
|
|
|
|
31 | 50% {
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
: ^^
|
|
|
|
33 | opacity: 1;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:32:1]
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
33 | opacity: 1;
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
34 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:32:1]
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
33 | opacity: 1;
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
34 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:32:1]
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
33 | opacity: 1;
|
|
|
|
: ^^^^^^^
|
|
|
|
34 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:32:1]
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
33 | opacity: 1;
|
|
|
|
: ^^^^^^^
|
|
|
|
34 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:32:1]
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
33 | opacity: 1;
|
|
|
|
: ^
|
|
|
|
34 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Integer
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:32:1]
|
|
|
|
32 | margin-left: 110px;
|
|
|
|
33 | opacity: 1;
|
|
|
|
: ^
|
|
|
|
34 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:35:1]
|
|
|
|
35 |
|
|
|
|
36 | ,-> 50% {
|
2022-03-19 17:56:12 +03:00
|
|
|
37 | | opacity: 0.9;
|
|
|
|
38 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:35:1]
|
|
|
|
35 |
|
|
|
|
36 | 50% {
|
|
|
|
: ^^^
|
|
|
|
37 | opacity: 0.9;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:35:1]
|
|
|
|
35 |
|
|
|
|
36 | 50% {
|
|
|
|
: ^^
|
|
|
|
37 | opacity: 0.9;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:35:1]
|
|
|
|
35 |
|
|
|
|
36 | ,-> 50% {
|
2022-03-19 17:56:12 +03:00
|
|
|
37 | | opacity: 0.9;
|
|
|
|
38 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:35:1]
|
|
|
|
35 |
|
|
|
|
36 | 50% {
|
|
|
|
: ^
|
|
|
|
37 | opacity: 0.9;
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:36:1]
|
|
|
|
36 | 50% {
|
|
|
|
37 | opacity: 0.9;
|
|
|
|
: ^^^^^^^^^^^^
|
|
|
|
38 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:36:1]
|
|
|
|
36 | 50% {
|
|
|
|
37 | opacity: 0.9;
|
|
|
|
: ^^^^^^^^^^^^
|
|
|
|
38 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:36:1]
|
|
|
|
36 | 50% {
|
|
|
|
37 | opacity: 0.9;
|
|
|
|
: ^^^^^^^
|
|
|
|
38 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:36:1]
|
|
|
|
36 | 50% {
|
|
|
|
37 | opacity: 0.9;
|
|
|
|
: ^^^^^^^
|
|
|
|
38 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:36:1]
|
|
|
|
36 | 50% {
|
|
|
|
37 | opacity: 0.9;
|
|
|
|
: ^^^
|
|
|
|
38 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:36:1]
|
|
|
|
36 | 50% {
|
|
|
|
37 | opacity: 0.9;
|
|
|
|
: ^^^
|
|
|
|
38 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:39:1]
|
|
|
|
39 |
|
|
|
|
40 | ,-> to {
|
2022-03-19 17:56:12 +03:00
|
|
|
41 | | margin-left: 200px;
|
|
|
|
42 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:39:1]
|
|
|
|
39 |
|
|
|
|
40 | to {
|
|
|
|
: ^^
|
|
|
|
41 | margin-left: 200px;
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:39:1]
|
|
|
|
39 |
|
|
|
|
40 | ,-> to {
|
2022-03-19 17:56:12 +03:00
|
|
|
41 | | margin-left: 200px;
|
|
|
|
42 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:39:1]
|
|
|
|
39 |
|
|
|
|
40 | to {
|
|
|
|
: ^
|
|
|
|
41 | margin-left: 200px;
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^^^^^^^^^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^^^^^^^^^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^^^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Dimension
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^^^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Length
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^^^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:40:1]
|
|
|
|
40 | to {
|
|
|
|
41 | margin-left: 200px;
|
|
|
|
: ^^
|
|
|
|
42 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Rule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:45:1]
|
|
|
|
45 |
|
2022-03-19 17:56:12 +03:00
|
|
|
46 | ,-> @keyframes slidein-up {
|
|
|
|
47 | | fRoM {
|
|
|
|
48 | | transform: translateX(0%);
|
|
|
|
49 | | }
|
|
|
|
50 | |
|
|
|
|
51 | | tO {
|
|
|
|
52 | | transform: translateX(100%);
|
|
|
|
53 | | }
|
|
|
|
54 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x AtRule
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:45:1]
|
|
|
|
45 |
|
2022-03-19 17:56:12 +03:00
|
|
|
46 | ,-> @keyframes slidein-up {
|
|
|
|
47 | | fRoM {
|
|
|
|
48 | | transform: translateX(0%);
|
|
|
|
49 | | }
|
|
|
|
50 | |
|
|
|
|
51 | | tO {
|
|
|
|
52 | | transform: translateX(100%);
|
|
|
|
53 | | }
|
|
|
|
54 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-04-01 14:53:23 +03:00
|
|
|
x AtRuleName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:45:1]
|
|
|
|
45 |
|
2022-04-01 14:53:23 +03:00
|
|
|
46 | @keyframes slidein-up {
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
47 | fRoM {
|
2022-04-01 14:53:23 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:45:1]
|
|
|
|
45 |
|
2022-04-01 14:53:23 +03:00
|
|
|
46 | @keyframes slidein-up {
|
|
|
|
: ^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
47 | fRoM {
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x CustomIdent
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:45:1]
|
|
|
|
45 |
|
2022-03-19 17:56:12 +03:00
|
|
|
46 | @keyframes slidein-up {
|
2022-03-13 22:07:18 +03:00
|
|
|
: ^^^^^^^^^^
|
2022-11-28 18:56:47 +03:00
|
|
|
47 | fRoM {
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:45:1]
|
|
|
|
45 |
|
2022-03-19 17:56:12 +03:00
|
|
|
46 | ,-> @keyframes slidein-up {
|
|
|
|
47 | | fRoM {
|
|
|
|
48 | | transform: translateX(0%);
|
|
|
|
49 | | }
|
|
|
|
50 | |
|
|
|
|
51 | | tO {
|
|
|
|
52 | | transform: translateX(100%);
|
|
|
|
53 | | }
|
|
|
|
54 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:45:1]
|
|
|
|
45 |
|
2022-10-13 08:31:34 +03:00
|
|
|
46 | @keyframes slidein-up {
|
|
|
|
: ^
|
2022-11-28 18:56:47 +03:00
|
|
|
47 | fRoM {
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:46:1]
|
|
|
|
46 | @keyframes slidein-up {
|
|
|
|
47 | ,-> fRoM {
|
2022-03-19 17:56:12 +03:00
|
|
|
48 | | transform: translateX(0%);
|
|
|
|
49 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:46:1]
|
|
|
|
46 | @keyframes slidein-up {
|
|
|
|
47 | fRoM {
|
|
|
|
: ^^^^
|
|
|
|
48 | transform: translateX(0%);
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:46:1]
|
|
|
|
46 | @keyframes slidein-up {
|
|
|
|
47 | ,-> fRoM {
|
2022-03-19 17:56:12 +03:00
|
|
|
48 | | transform: translateX(0%);
|
|
|
|
49 | `-> }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:46:1]
|
|
|
|
46 | @keyframes slidein-up {
|
|
|
|
47 | fRoM {
|
|
|
|
: ^
|
|
|
|
48 | transform: translateX(0%);
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Function
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:47:1]
|
|
|
|
47 | fRoM {
|
|
|
|
48 | transform: translateX(0%);
|
|
|
|
: ^
|
|
|
|
49 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:50:1]
|
|
|
|
50 |
|
|
|
|
51 | ,-> tO {
|
2022-03-19 17:56:12 +03:00
|
|
|
52 | | transform: translateX(100%);
|
|
|
|
53 | `-> }
|
2022-11-28 18:56:47 +03:00
|
|
|
54 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:50:1]
|
|
|
|
50 |
|
|
|
|
51 | tO {
|
|
|
|
: ^^
|
|
|
|
52 | transform: translateX(100%);
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x SimpleBlock
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:50:1]
|
|
|
|
50 |
|
|
|
|
51 | ,-> tO {
|
2022-03-19 17:56:12 +03:00
|
|
|
52 | | transform: translateX(100%);
|
|
|
|
53 | `-> }
|
2022-11-28 18:56:47 +03:00
|
|
|
54 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
2022-10-13 08:31:34 +03:00
|
|
|
x LBrace
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:50:1]
|
|
|
|
50 |
|
|
|
|
51 | tO {
|
|
|
|
: ^
|
|
|
|
52 | transform: translateX(100%);
|
2022-10-13 08:31:34 +03:00
|
|
|
`----
|
|
|
|
|
2022-03-13 22:07:18 +03:00
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Declaration
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x DeclarationName
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Function
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Ident
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^^^^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x ComponentValue
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Percentage
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Number
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/fixture/at-rule/keyframe/input.css:51:1]
|
|
|
|
51 | tO {
|
|
|
|
52 | transform: translateX(100%);
|
|
|
|
: ^^^
|
|
|
|
53 | }
|
2022-03-13 22:07:18 +03:00
|
|
|
`----
|