swc/crates/swc_css_parser/tests/fixture/hacks/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

9 lines
219 B
CSS

html > /**/ body .selector {}
head ~ /**/ body .selector {}
.selector { _property: value; }
.selector { -property: value; }
.selector { property: value\9; }
.selector { property/*\**/: value\9; }
/*.cf { *zoom: 1; }*/