mirror of
https://github.com/swc-project/swc.git
synced 2024-12-11 07:35:15 +03:00
22 lines
392 B
Plaintext
22 lines
392 B
Plaintext
error: Expected a property value
|
|
--> $DIR/tests/recovery/whitespaces/input.css:2:10
|
|
|
|
|
2 | prop: ;
|
|
| ^
|
|
|
|
error: Expected a property value
|
|
--> $DIR/tests/recovery/whitespaces/input.css:3:10
|
|
|
|
|
3 | prop: ;
|
|
| ^^^^
|
|
|
|
error: Expected a property value
|
|
--> $DIR/tests/recovery/whitespaces/input.css:4:10
|
|
|
|
|
4 | prop:
|
|
| __________^
|
|
5 | |
|
|
6 | | ;
|
|
| |_
|
|
|