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

Support .sass syntax #138

Open maoberlehner opened 7 years ago

maoberlehner commented 7 years ago

The current rising star in the framework scene Bulma, is using .sass syntax – it would be nice if node-sass-magic-importer could support the usage of .sass syntax.

Problem: the postcss-sass plugin (https://www.npmjs.com/package/postcss-sass) does not seem to be very stable.

maoberlehner commented 7 years ago

Current status: I tried to integrate postcss-sass but unfortunately it doesn't provide all the functionality needed for node-sass-magic-importer node and selector importing to work correctly. I'll keep an eye on the development of postcss-sass but for now there is nothing I can do.

cyrilchapon commented 5 years ago

Status of this ?

maoberlehner commented 5 years ago

I'm not actively working on this. Pull requests welcome.