swc/crates/swc_css_parser/tests/recovery/delim-token/plus/input.css
Alexander Akait 30c29a30cf
feat(css): Improve codegen where minify: true (#3414)
swc_css_codegen:
 - Improve minification.

swc_css_parser:
 - Add parsing rule for `sum`.
2022-02-01 12:30:44 +00:00

6 lines
61 B
CSS

a {
prop: +;
prop1: 1 + 2;
prop2: func(1 + 2);
}