Files
fitness_walk_nwnu/node_modules/postcss-urlrewrite/test/fixtures/rules.out.css
T
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' );
}