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 just rechecked the functionality of sass-globbing with node-sass 3.8.0 (which seems to be the latest release to me?) and it looks like everything is working fine, stylewise.
We had an error, that the globbing was not working like 2 months ago and simply fixed it by changing
@import "app/components/**/*.scss";
to
@import "components/**/*.scss";
.. to use the relative path of the file the import statement is placed in, instead of the absolute path of the project (thanks to @felixsteghofer for finding fixing one!). Maybe that could help you?
britco/node-sass-globbing seems not compatible with node-sass 3.8.6 - globbing does not work anymore.
Perhaps you could switch to another library:
https://www.npmjs.com/package/node-sass-glob-once
https://github.com/lucasmotta/sass-glob-importer
The text was updated successfully, but these errors were encountered: