mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 06:40:08 +00:00
12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
|
|
||
|
rounded-clip {
|
||
|
clip: 0 0 200 100 / 8 8 20 12;
|
||
|
child: clip {
|
||
|
clip: 40 30 20 50;
|
||
|
child: color {
|
||
|
bounds: 0 0 200 500;
|
||
|
color: teal;
|
||
|
}
|
||
|
}
|
||
|
}
|