summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/submitted/variables/support/external-variable-declaration.css
blob: 9ba1b9d3288f6627141b2c1eb5aaacd248916059 (plain)
1
2
3
4
5
p {
  color: red;
  --a: green;
  color: var(--a);
}