swc/crates/swc_css_modules/tests/fixture/url/imported.css
2022-10-05 05:48:28 +00:00

4 lines
55 B
CSS

.bar {
background: url('./img-from-imported.png');
}