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
Sorry for the newbie question. but I have been learning about sass recently and found out about the new Built-in Modules system: https://sass-lang.com/documentation/modules
From my understanding lib-sass is the main interpreter and node-sass, dart-sass, ruby-sass are wrappers around it? and ruby-sass is no longer maintained, while node-sass hasn't implemented the new features yet (as of 4.12.0) ..
So, is the only way to use the new features like: @use or math:sass to use dart-sass via npm?
Sorry for the newbie question. but I have been learning about sass recently and found out about the new Built-in Modules system: https://sass-lang.com/documentation/modules
From my understanding lib-sass is the main interpreter and node-sass, dart-sass, ruby-sass are wrappers around it? and ruby-sass is no longer maintained, while node-sass hasn't implemented the new features yet (as of 4.12.0) ..
So, is the only way to use the new features like:
@useormath:sassto use dart-sass via npm?