You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm receiving the following deprecation notice using "sass": "1.80.1":
Deprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.invert instead.
More info and automated migrator: https://sass-lang.com/d/import
filter: invert(1);
It should not be triggered when using invert with CSS.
The text was updated successfully, but these errors were encountered:
Epoxide
changed the title
Deprecation notice for filter
Deprecation notice for filter: invert(1)
Oct 17, 2024
I'm receiving the following deprecation notice using
"sass": "1.80.1"
:It should not be triggered when using invert with CSS.
The text was updated successfully, but these errors were encountered: