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;
|
||
|
}
|
||
|
}
|
||
|
}
|