DEBSOURCES
Skip Quicknav
sources / node-css-loader / 6.8.1%2B~cs14.0.17-1 / test / fixtures / modules / url / source.css
12345678910
@value v-url: url('./img.png'); @value v-url-other from './shared.css'; a { background: v-url; } body { background: v-url-other; }