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-supports.css
blob: 96582bfd8f19aca02578d30140701d32f572c682 (
plain
)
1
2
3
4
body { color: red; } @supports (color:var(--a)) { p { color: green; } }