mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
30c29a30cf
swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
error: Expected a property value
|
|
--> $DIR/tests/recovery/number/input.css:2:11
|
|
|
|
|
2 | prop: 10.10px
|
|
| ___________^
|
|
3 | | prop1: 10px
|
|
4 | | prop2: 10
|
|
5 | | prop3: 10.10
|
|
6 | | }
|
|
| |_
|
|
|