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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Since a couple versions back this plugin updated to use sass instead of node-sass. It would be good if the plugin could receive an implementation option for the scss compiler in order for the plugin user to specify what they would like to use.
For my use case I have many plugins (functions) to node-sass that are simply not yet possible with the sass implementation, this means I cannot upgrade to the latest version of this plugin.
Uh oh!
There was an error while loading. Please reload this page.
What problem does this feature solve?
Since a couple versions back this plugin updated to use
sass
instead ofnode-sass
. It would be good if the plugin could receive animplementation
option for the scss compiler in order for the plugin user to specify what they would like to use.For my use case I have many plugins (functions) to node-sass that are simply not yet possible with the
sass
implementation, this means I cannot upgrade to the latest version of this plugin.This is similar to the option that is available in the sass-loader for webpack: https://github.com/webpack-contrib/sass-loader
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: