blob: 7113edf93c360a9410bbb4688b4effac2d56af56 [file] [log] [blame] [edit]
<style>
div {
--a:red;
background-color:var(--a);
width:100px;
height:100px;
}
div {
background-color:green;
}
</style>
<div><div></div></div>