tenfourfox/layout/reftests/w3c-css/submitted/variables/support/external-variable-reference.css

7 lines
49 B
CSS
Raw Normal View History

2017-04-19 07:56:45 +00:00
:root {
--a: green;
}
p {
color: var(--a);
}