mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
fcd0d7a6cb
swc_css_ast: - Add a flag to distinguish integer and floats.
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
error: Expected a property value
|
|
--> $DIR/tests/recovery/number/input.css:2:10
|
|
|
|
|
2 | prop: 10.10px
|
|
| __________^
|
|
3 | | prop1: 10px
|
|
4 | | prop2: 10
|
|
5 | | prop3: 10.10
|
|
6 | | }
|
|
| |_
|
|
|