blob: cdc402825e30af5de059857f28b9be001d78c831 [file] [edit]
:root {
--b: var(--a);
}
:root {
--a: var(--a, red);
}
* {
background: var(--b);
}