codelearncreate / c2lc-coding-environment

Other
0 stars 20 forks source link

Replace node-sass with Dart Sass #535

Closed sbates-idrc closed 5 days ago

greatislander commented 3 months ago

This deprecation was only introduced in Sass 1.77.7 so pinning the Sass version at 1.77.6 resolves the error. For the abs deprecation there is no way around it but I think it can safely be silenced based on how the Sass abs function is being used.

greatislander commented 3 months ago

Re: silencing deprecations: https://sass-lang.com/documentation/js-api/interfaces/options/#silenceDeprecations

sbates-idrc commented 5 days ago

I have updated dependencies since making this PR and I have created a new PR with those updated dependencies plus Dart Sass 1.77.6: https://github.com/codelearncreate/c2lc-coding-environment/pull/544