Hacker News new | ask | show | jobs
by STRiDEX 868 days ago
those are called css modules - nextjs has built in support https://nextjs.org/docs/app/building-your-application/stylin...
2 comments

Css modules would be great, except there’s bad tooling in VSCode. Autocomplete through Typescript is the killer feature of Panda / Vanilla extract, not that you can style.
So does Vite fwiw.

And it's not hard to get them working in Webpack...if you're like me.. maintaining the same app for 10 years and see no reason to switch to the new hotness.