This website requires JavaScript.
Explore
Help
Sign In
eliott
/
servo
Watch
1
Star
0
Fork
0
You've already forked servo
mirror of
https://github.com/servo/servo
synced
2026-04-28 18:37:39 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
997f9f67f0fbb9bdf875dc44e063a31b92cdc269
servo
/
tests
/
wpt
/
css-tests
/
css-variables-1_dev
/
html
/
support
/
external-variable-reference.css
James Graham
2c9faf5363
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
2015-04-03 23:29:19 +01:00
7 lines
49 B
CSS
Raw
Blame
History
:
root
{
--a
:
green
;
}
p
{
color
:
var
(
-
-
a
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink