-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
I'm loading file: plugin/test/resources/css/A.scss
This one imports foo/B.scss
B.scss contains a background image ../../img/bg.img
In the final file, the url should have become "../img/bg.img"
But currently it is still the initial "../../img/bg.img" value.