mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
13 lines
143 B
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,);
|
|
}
|