forked from AuroraMiddleware/gtk
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;
|
|
}
|
|
}
|