mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
fcd0d7a6cb
swc_css_ast: - Add a flag to distinguish integer and floats.
6 lines
70 B
CSS
6 lines
70 B
CSS
a {
|
|
prop: 10.10px
|
|
prop1: 10px
|
|
prop2: 10
|
|
prop3: 10.10
|
|
} |