Files
gtk/testsuite/css/parser/variables.css
Alice Mikhaylenko 9faeea801e tmp tests
2024-03-20 23:11:36 +04:00

7 lines
101 B
CSS

* {
color: var(--test3);
--test1: test;
--test2: var(--test1, red);
--test3: var(--test2);
}