I'm submitting a feature request
Short description of the issue/suggestion:
We’ve kept dist stylesheets DEV-ish (comments, etc.) so far but we should probably minify dist stylesheets given they may be injected in every EPUB file, etc. If we output map files, dev needs should be covered.
Moreover, minifying CSS is quite a strong recommandation for web perf.
See postcss-clean
Re. #89
I'm submitting a feature request
Short description of the issue/suggestion:
We’ve kept dist stylesheets DEV-ish (comments, etc.) so far but we should probably minify dist stylesheets given they may be injected in every EPUB file, etc. If we output map files, dev needs should be covered.
Moreover, minifying CSS is quite a strong recommandation for web perf.
See postcss-clean
Re. #89