Hacker News new | ask | show | jobs
by skybrian 871 days ago
Why does CSS bundling need to be integrated? Couldn't you generate a CSS file in whatever way you like?
1 comments

if I want to use any modern styling solution (CSS modules, Vanilla Extract, Panda, any CSS-in-JS...) a bit of collaboration by the bundler is needed. I can generate CSS file(s) in any way I like but I would have zero integration with the templates