HookyQR / VSCodeMinify

Add minify function to VSCode 0.10+
53 stars 20 forks source link

Minify CSS is removing the double dots #72

Open guru-scss opened 1 year ago

guru-scss commented 1 year ago

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

periplox commented 9 months ago

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.