paquettg/php-html-parser

Minified CSS in Style Tag

mrajaeim opened this issue · 0 comments

I tried edit my html doc, but it will delete CSS codes which they are in Style tag like this:
in

<style>
.sb3355445{color:#0b0b0b}.s199f11f8{Font:8pt Arial;border-top-color:#000;border-top-style:solid;border-top-width:1px;text-align:center;vertical-align:middle;line-height:1.15em;word-wrap:break-word}
</style>

out:

<style>
.sb3355445.s199f11f8
</style>

I check unminified CSS cods and it will work correctly.