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
The latest upgrade does require Sass Modules, currently only in Dart Sass.
Node Sass is likely to deprecate soon as an official Sass implementation, since the project has fallen several years behind the Sass specification. It's highly recommended that you move to Dart Sass, which is the reference implementation, and always has the latest feature support.
That's mentioned at various places in the Readme & Changelog, but you're right that we should probably make it more prominent. Happy to accept a PR, or I'll try and get to it soon.
First of all, thank you for creating a library so that I can conveniently unit test with sass.
It was installed according to the following dependencies, and it was successful.
However, if you install the latest version for each module, it looks like the following.
The following version compatibility issues occur.
Although the version problem between node-sass and node was correct, it seems that it is a sass-true compatibility problem.
Even if I refer to the sass-true document, there is no information on compatibility, so can you give me a link or add it to the main README.md?
The text was updated successfully, but these errors were encountered: