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

Work with @use instead if @import #236

Open BazukenDev opened 3 years ago

BazukenDev commented 3 years ago

The Sass team discourages the continued use of the @import rule. In future we must use @use. As I tested, this module only work using @import. Is there will be updates?

yCodeTech commented 1 year ago

This needs addressing.