[node-sass deprecated] How to integrate SASS now?

Hi,

Now that libsass and nodesass are deprecated what is the best way to use SASS in a Meteor Project and compile it on the fly?

Meteor documentation referes to fourseven:scss from meteor-community but it uses node-sass (libsass) and it doesn’t look like they will be integrating Dart Sass (the new official library) anytime soon.

Does anyone have a solution? Thanks