BitLooter / htmlark

Pack a webpage including images and CSS into a single HTML file
MIT License
86 stars 17 forks source link

embed CSS as is, not serialized #6

Open shula opened 6 years ago

shula commented 6 years ago

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