mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
30c29a30cf
swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
19 lines
417 B
Plaintext
19 lines
417 B
Plaintext
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/delim-token/minus/input.css:2:11
|
|
|
|
|
2 | prop: -;
|
|
| ^
|
|
|
|
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/delim-token/minus/input.css:3:14
|
|
|
|
|
3 | prop1: 1 - 2;
|
|
| ^
|
|
|
|
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/delim-token/minus/input.css:4:19
|
|
|
|
|
4 | prop2: func(1 - 2);
|
|
| ^
|
|
|