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

9 lines
137 B
CSS
Raw Normal View History

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