Replies: 1 comment 3 replies
-
Yes, this project should and will always support minification. If users want particular a minification pass that It doesn't make sense to remove minification from this library because there exist other tools that do CSS compression. Emitting compressed output is extremely cheap for us and should satisfy the vast majority of use cases. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Parcel has an amazing library called lightningcss which offers better performance than both CSSNano and esbuild's css minifier. Given that there is already a minification tool for CSS, should grass also offer minification services that make grass's minification features obsolete. Given this, should grass still actively support minification?
Beta Was this translation helpful? Give feedback.
All reactions