Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minify CSS is removing the double dots #72

Open
guru-scss opened this issue Aug 12, 2023 · 1 comment
Open

Minify CSS is removing the double dots #72

guru-scss opened this issue Aug 12, 2023 · 1 comment

Comments

@guru-scss
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants