DEBSOURCES
Skip Quicknav
sources / node-node-sass / 4.14.1%2Bgit20200512.e1fc158%2Bdfsg-4 / sass-spec / spec / libsass-closed-issues / issue_2349 / input.scss
123456
$path1: assets/images; // no errors thrown $path2: /images; // errors thrown .test { background: url(#{$path1}/image.png); background: url(#{$path2}/image.png); }