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