aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-reference.css
blob: 0c697fdcf9175af74ac0601ee3e812b24988610c (plain) (blame)
1
2
3
4
5
6
:root {
  --a: green;
}
p {
  color: var(--a);
}