php-html-parser icon indicating copy to clipboard operation
php-html-parser copied to clipboard

Minified CSS in Style Tag

Open mrajaeim opened this issue 4 years ago • 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.

mrajaeim avatar Mar 11 '21 07:03 mrajaeim