CSS Minify bug
-
? Hello there,
I found a bug that appears when “CSS Minify” is enabled,
1?? Original CSS file:
.some-selector { filter: url(#hash); }
2?? CSS file after “CSS Minify”:
.some-selector { filter: url(/wp-content/themes/theme-name/assets/css/frontend/#hash) }
- The topic ‘CSS Minify bug’ is closed to new replies.