While many developers use things like Tailwind and UnoCSS these days, which are excellent for productivity, I prefer to code the old way and still using Sass. Vite still uses old API to parse Sass. To use a faster modern API, add this to Vite config (in Nuxt config wrap it in "vite" prop):
1 likes 1 replies
?