Files
2026-09-08 20:28:54 +08:00

12 lines
144 B
CSS

.rule1 {
background: url( 'local/test1' );
}
.rule2 {
background: url( 'global/test2' );
}
.rule3 {
background: url( 'test3' );
}