index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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); }