mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
9 lines
137 B
CSS
9 lines
137 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,)}
|