critters icon indicating copy to clipboard operation
critters copied to clipboard

Compress output using Parcel-CSS

Open developit opened this issue 3 years ago • 0 comments

Inlined styles should be compressed to deduplicate when multiple stylesheet sources are used. We removed this in the refactor because cssnano was too slow, but it looks like parcel-css is 10x faster and could be used.

developit avatar Jan 13 '22 15:01 developit