When I import a framework scss, the relative urls are not correctly resolved
/skins/A/resources/css/main.scss
import "plugin:B://resources/css/framework"
/plugin/B/resources/css/_framework.scss
div {
background(image: url('../img/image.png');
}
When I load /skins/A/resources/css/main.css I have a 404 on /skins/A/resources/img/image.png
- Référence
-
CMS-9844 The slick css file of Unify is referencing a missing image
- Closed