index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
web-platform
/
tests
/
css
/
css-variables
/
support
/
external-variable-supports.css
blob: 96582bfd8f19aca02578d30140701d32f572c682 (
plain
)
1
2
3
4
body
{
color
:
red
;
}
@
supports
(
color
:
var
(
--a
))
{
p
{
color
:
green
;
}
}