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
And they seem to work fine with this importer, however you get a terminal warning about unmet peer dependencies. Honestly not sure if there's a way to make it an either/or peer dependency. OR perhaps a rebrand of this library is coming down the line.
The text was updated successfully, but these errors were encountered:
I've been using this with dart-sass regularly and it seems to be working fine, apart from the warning. Worth splitting into a node-sass release and a dart-sass release?
Or, alternatively, what about not having any peer dependencies defined, and then include a check somewhere to only warn if the user has no version of Sass installed?
With the deprecation of LibSass / node-sass https://sass-lang.com/blog/libsass-is-deprecated , do you intend to change the peer dependency to sass?
Both have the same JS Api. https://sass-lang.com/documentation/js-api
And they seem to work fine with this importer, however you get a terminal warning about unmet peer dependencies. Honestly not sure if there's a way to make it an either/or peer dependency. OR perhaps a rebrand of this library is coming down the line.
The text was updated successfully, but these errors were encountered: