htmlark
htmlark copied to clipboard
embed CSS as is, not serialized
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!
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?