mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
6 lines
53 B
CSS
6 lines
53 B
CSS
p {
|
|
color: red;
|
|
--a: green;
|
|
color: var(--a);
|
|
}
|