htmlark icon indicating copy to clipboard operation
htmlark copied to clipboard

embed CSS as is, not serialized

Open shula opened this issue 6 years ago • 1 comments

right now CSS is treated as a binry file, and the embedded code is binhex / data-uri. bin-hex doesn't conserve space, and cannot be debugged / edited / enhanced.

Please embed CSS as is, between

Thanks!

shula avatar Aug 07 '18 10:08 shula

I've been thinking about this too. Encoding CSS and Javascript files makes my output HTML about 15% larger, I estimate. It seems this issue applies to JS too, right?

naterm60 avatar Jan 20 '20 20:01 naterm60