overthesun / simoc-web

This is the web interface to SIMOC
https://ngs.simoc.space/
Other
3 stars 0 forks source link

Fix `sass`-related build warnings #853

Closed ezio-melotti closed 6 days ago

ezio-melotti commented 1 week ago

There are several warnings while building that look like this:

DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

This PR attempts to fix them. See https://stackoverflow.com/questions/78997907/the-legacy-js-api-is-deprecated-and-will-be-removed-in-dart-sass-2-0-0

ezio-melotti commented 6 days ago

Superseded by #867.