solidjs / solid-styled-components

A 1kb Styled Components library for Solid
MIT License
287 stars 26 forks source link

Minify css when built? #8

Open dougsmith1000 opened 2 years ago

dougsmith1000 commented 2 years ago

Hi there, I noticed that the css isn't minified in the build. Is there a vite setting I can use to enable that?

Thank you.

blarfoon commented 2 years ago

I noticed this as well. Any updates?

dougsmith1000 commented 2 years ago

I’m not well-versed in rollup or vite configs, but if someone gives me a starting point on how to target things (specific template literals in this case) to include in minification, I’d be happy to poke around.