minify icon indicating copy to clipboard operation
minify copied to clipboard

empty css rule makes problems

Open gitFrank opened this issue 5 years ago • 0 comments

Hi, can it be? A empty rule like .selector{} has as result that a some classes later following background image will not correctly converted to base64.

.selector {} ... some other filled classes .other-selector {background: url(folder/image.png) no-repeat; ... }

The part of this image in the generated css looks like: background: url(ꛠ ꛠ  · 0 · øꛠ °ꛠ < °ꛠ :1px solid gray;margin-bottom:4px}

if the empty .selector is commented all is fine. (PHP7.2, WinSCP, Notepad++)

gitFrank avatar Nov 10 '19 11:11 gitFrank