Comment on HTML minifier revisitedparentComments−sogen12yFound the culprit, but it's unlikely to happen:1.- The characters "> <" need to be present (they are inside the X in Clearfix:2.- Only breaks when pasting inline CSS with no enclosing <style>: https://gist.githubusercontent.com/sogen/e2ec898e586a9cb9e33...removing the " > < " makes it work.−kangaxOP12yThanks, filed as https://github.com/kangax/html-minifier/issues/220
Comments
Found the culprit, but it's unlikely to happen:
1.- The characters "> <" need to be present (they are inside the X in Clearfix:
2.- Only breaks when pasting inline CSS with no enclosing <style>: https://gist.githubusercontent.com/sogen/e2ec898e586a9cb9e33...
removing the " > < " makes it work.
Thanks, filed as https://github.com/kangax/html-minifier/issues/220