blob: 96582bfd8f19aca02578d30140701d32f572c682 [file] [log] [blame]
body { color: red; }
@supports (color:var(--a)) {
p { color: green; }
}