swc/crates/swc_css_parser/tests/recovery/number/output.swc-stderr
Alexander Akait fcd0d7a6cb
feat(css/ast): Add a flag to number types (#2905)
swc_css_ast:
 - Add a flag to distinguish integer and floats.
2021-11-30 01:54:10 +00:00

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 | | }
| |_