DEV Community

Davis Forsythe
Davis Forsythe

Posted on

Sveltekit import scss from node module?

I'm working on remaking my personal website into a professional portfolio. While I was trying to import the catppuccin palette scss module, I found that I couldn't import node modules inside my scss. I eventually found out that I should've been using the default vitePreprocess() instead of sveltePreprocess(), but I still can't figure out how to get importing from a node module working in scss. Any help?

Top comments (0)