summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/submitted/variables/support/external-variable-supports.css
blob: 96582bfd8f19aca02578d30140701d32f572c682 (plain)
1
2
3
4
body { color: red; }
@supports (color:var(--a)) {
  p { color: green; }
}