maoberlehner / node-sass-magic-importer

Custom node-sass importer for selector specific imports, module importing, globbing support and importing files only once.
MIT License
292 stars 28 forks source link

Is there a way to set a default extension #213

Open maximedaoust opened 4 years ago

maximedaoust commented 4 years ago

So instead defining a specific extension like this: @import 'vendors/**/*.scss'; scss would be defined as a default value set in globImporter configuration, so it would be possible to use simply this: @import 'vendors/**/*';

Firebrand commented 3 years ago

Hey,

node-sass-glob-importer-plus is a drop-in replacement for node-sass-magic-importer which does exactly that. No need for extensions. "npm install node-sass-glob-importer-plus". Done