We are trying using this package to auto import scss files into the main stylesheet. For example, everything within css/components/ needs to be imported into /css/style.scss.
Most of the files worked, however it seemed that the files that had a dash in their file name did not pull through successfully. Upon changing one of these to an underscore, it imported without any issues.
Hi,
We are trying using this package to auto import scss files into the main stylesheet. For example, everything within css/components/ needs to be imported into /css/style.scss. Most of the files worked, however it seemed that the files that had a dash in their file name did not pull through successfully. Upon changing one of these to an underscore, it imported without any issues.
Any idea as to why this would be an issue?
Thanks