mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/number/input.css:3:10
|
|
|
|
|
3 | prop1: 10px
|
|
| ^
|
|
|
|
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/number/input.css:4:10
|
|
|
|
|
4 | prop2: 10
|
|
| ^
|
|
|
|
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/number/input.css:5:10
|
|
|
|
|
5 | prop3: 10.10
|
|
| ^
|
|
|