index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: 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-reference.css
blob: 0c697fdcf9175af74ac0601ee3e812b24988610c (
plain
)
1
2
3
4
5
6
:
root
{
--a
:
green
;
}
p
{
color
:
var
(
--a
);
}