VSCodeMinify icon indicating copy to clipboard operation
VSCodeMinify copied to clipboard

Minify CSS is removing the double dots

Open guru-scss opened this issue 1 year ago • 1 comments

My CSS is showing the path as "background:url(../images/bg.png) left top no-repeat', after converting to minified css. The output file shows as "background:url(/images/bg.png) left top no-repeat', Please help

guru-scss avatar Aug 12 '23 04:08 guru-scss

Maybe it's a little late, but you can control that behavior with this setting:

rebase: false

BTW, I would rename this setting to something like rebaseUrls for clarity.

periplox avatar Nov 27 '23 21:11 periplox