ViTest | Cannot import `.css` files that are compiled from `.scss`
I use some .scss
files as part of a re-usable ES6 module (ESM). As part of the build process I am running yarn sass -I node_modules src:dist
to compile all of these files to .css
and they are output to the /dist
directory.