kostasx / Sublime-Text-2-CSS-UnMinify-Plugin

Sublime Text 2 Plugin that unminifies CSS files.
2 stars 3 forks source link

semi-colon ";" in data: uri will break the unminified CSS #1

Open karlcow opened 9 years ago

karlcow commented 9 years ago

This will be unminified with a break after data:image/png; and will make the background-image unusable.

.test {color:#000;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAA4AgMAAAAED9f9AAAACVBMVEUAAABmZmZmZmaO3ZBrAAAAA3RSTlMA5rA5MyM4AAAAJElEQVQ4y2MYOUA1FAEiEMKiSMIheIUxDRkFo9Ew2MFoeBMDAPLUMTllKtkfAAAAAElFTkSuQmCC);}
kostasx commented 9 years ago

Just updated the Regular Expression on the code. Seems to be working now, but, honestly, I haven't had the time to test it thoroughly. Thanks for pointing this out.