metonym / svelte-highlight

Syntax Highlighting for Svelte using highlight.js
https://svhe.onrender.com
MIT License
252 stars 13 forks source link

perf: optimize generated styles using cssnano #310

Closed metonym closed 8 months ago

metonym commented 8 months ago

This PR proposes:

Note that generated styles are not minified. This is intentional in order to preserve readability. Modern bundlers should take care of minification at the build step.