mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
container {
|
|
texture-scale {
|
|
texture: url("some-10x10-image-with-content.png");
|
|
bounds: 0 0 100 100;
|
|
filter: nearest;
|
|
}
|
|
}
|