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-declaration.css
blob: 9ba1b9d3288f6627141b2c1eb5aaacd248916059 (
plain
)
1
2
3
4
5
p
{
color
:
red
;
--a
:
green
;
color
:
var
(
--a
);
}