michael@0: p { michael@0: color: red; michael@0: --a: green; michael@0: color: var(--a); michael@0: }