swc/crates/swc_css_parser/tests/recovery/number/input.css
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

6 lines
70 B
CSS

a {
prop: 10.10px
prop1: 10px
prop2: 10
prop3: 10.10
}