Closed sbates-idrc closed 5 days ago
Re: silencing deprecations: https://sass-lang.com/documentation/js-api/interfaces/options/#silenceDeprecations
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
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 Sassabs
function is being used.