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