You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to compile SCSS files that also have @import statements in them, and they lead to node modules that I installed, that also include SCSS files (a UI Framework). When I try to run the code, it tells me it failed to find my import, when I know it's there. Another thing, is that the framework imports some of its own components, and thus the compiler fails, EVEN IF I write the entire path to node_modules. HELP ME ASAP PLEASE
The text was updated successfully, but these errors were encountered:
I want to compile SCSS files that also have @import statements in them, and they lead to node modules that I installed, that also include SCSS files (a UI Framework). When I try to run the code, it tells me it failed to find my import, when I know it's there. Another thing, is that the framework imports some of its own components, and thus the compiler fails, EVEN IF I write the entire path to node_modules. HELP ME ASAP PLEASE
The text was updated successfully, but these errors were encountered: