mirror of
https://github.com/servo/servo.git
synced 2025-10-10 13:30:20 +01:00
5 lines
62 B
CSS
5 lines
62 B
CSS
#testElement
|
|
{
|
|
--color: green;
|
|
color: var(--color);
|
|
}
|