mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
30c29a30cf
swc_css_codegen: - Improve minification. swc_css_parser: - Add parsing rule for `sum`.
5 lines
117 B
CSS
5 lines
117 B
CSS
div {color: rgb(255, 255, 255);
|
|
color: rgb(255, 255, 255, .5);
|
|
color: rgb(255 255 255);
|
|
color: rgb(255 255 255/ .5)}
|