Files
fitness_walk_nwnu/node_modules/postcss-urlrewrite/test/fixtures/rules.css
T
2026-09-08 20:28:54 +08:00

12 lines
141 B
CSS

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