Closed DylanPiercey closed 7 years ago
I have this issue too, did you figure it out? wouldn't prefer to avoid ../../../
and have to refactor if files get moved. Why would absolute urls be ignored?
@DominicTobias I could not figure this out. Strangely it was only happening in some projects. I tried digging through the code in this module but could not figure out why it was happening so I used a different module.
Did you use postcss-assets instead? thinking about it as I know that works from another project
Yes
now it's should inline files
My config:
I would expect that the test image would be inlined however https://github.com/postcss/postcss-url/blob/master/index.js#L163 prevents this.
I would rather not use relative urls in my css file.