Published
- 1 min read
add scss to vite
The solution for this is noted below
add scss to vite
Solution
# .scss and .sass
npm add -D sass
# .less
npm add -D less
# .styl and .stylus
npm add -D stylus
Try other methods by searching on the site. That is if this doesn’t work