Skip to content

Deprecation warnings in newer versions of sass #13

@psnfrench

Description

@psnfrench

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions