external-variable-supports.css (74B)
1 body { color: red; } 2 @supports (color:var(--a)) { 3 p { color: green; } 4 }