posthtml / posthtml-minify-classnames

📩 Rewrites classnames and ids in HTML and CSS to reduce file size.
MIT License
84 stars 14 forks source link

Minify ClassNames inside MSIE comments #56

Open bramski opened 1 month ago

bramski commented 1 month ago

Very helpful system!

However I have noted it does not get the conditional MSIE things like so:

<!--[if mso | IE]></td><td style="vertical-align:middle;width:270px;" ><![endif]-->

Can this be minified? Thanks!

cossssmin commented 2 weeks ago

MSO comments are just a string, strings are not parsed into nodes so unfortunately this can't work.