Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embed CSS as is, not serialized #6

Open
shula opened this issue Aug 7, 2018 · 1 comment
Open

embed CSS as is, not serialized #6

shula opened this issue Aug 7, 2018 · 1 comment

Comments

@shula
Copy link

shula commented Aug 7, 2018

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 <style> tags, and not serialized.

Thanks!

@naterm60
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants