Closed smares closed 6 years ago
With **/*.scss I can import all scss files from all subdirectories, but is it possible to make an exception about one subdirectory name?
**/*.scss
scss
Yes, you can use all available glob patterns: https://www.npmjs.com/package/glob#glob-primer
With
**/*.scss
I can import allscss
files from all subdirectories, but is it possible to make an exception about one subdirectory name?