webpack/test/configCases/css/urls-css-filename/nested.css

6 lines
66 B
CSS

@import url("#test");
.nested {
background: url('./img.png');
}