swc/crates/swc_css_codegen/tests/fixture/declaration/custom-properties/output.css

13 lines
143 B
CSS

div {
--y: ;
--x: var(--y) ;
--z: 0px;
--foo: if(x > 5) this.width = 10;
--bar: ;
--bar2: ;
--yz: foo !important;
}
div {
width: var(--a,);
}