Sass doesn't copy the content of css files from node modules folder

498 Views Asked by At

I'm using some sass compilers to convert my scss files to css, but in one of the scss files I'm importing some css files from node_modules folder, along with other scss files from my src folder. Those css imports are included as url imports in the resultant css file instead of copying the contents of the file, and the scss imports are nicely copied over as contents. I can't rename these css files to scss as they are in node modules. Any workaround?

0

There are 0 best solutions below