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

10 lines
286 B
CSS

.properties {
background-image: url('local/file');
content: url('local/file');
cue-after: url('local/file');
cue-before: url('local/file');
cursor: url('local/file'), url('local/file2');
list-style-image: url('local/file');
play-during: url('local/file');
}