There are a lot of warnings for color functions when using newer versions of Dart Sass (beginning in 1.79.0) e.g:
Deprecation Warning [color-functions]: blue() is deprecated. Suggestion:
color.channel($color, "blue", $space: rgb)
More info: https://sass-lang.com/d/color-functions
╷
129 │ $color-rgb: ('red': red($color),'green': green($color),'blue': blue($color));
Can you please migrate to using the color.channel() function?