mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
5 lines
62 B
CSS
5 lines
62 B
CSS
#testElement
|
|
{
|
|
--color: green;
|
|
color: var(--color);
|
|
}
|