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
Right now SASS warns against 4 depcrecation, around darken(), lighten(), Global built-in functions and @import
@import
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
╷
15 │ @import "main";
│ ^^^^^^
╵
node_modules\sakura.css\scss\sakura-vader.scss 15:9 root stylesheet
Global built-in functions
Deprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
2 │ $color-blossom: lighten($color-force, 20%);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules\sakura.css\scss\sakura-vader.scss 2:17 root stylesheet
lighten()
Deprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
2 │ $color-blossom: lighten($color-force, 20%);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules\sakura.css\scss\sakura-vader.scss 2:17 root stylesheet
Right now SASS warns against 4 depcrecation, around
darken()
,lighten()
, Global built-in functions and@import
@import
Global built-in functions
lighten()
darken()
The text was updated successfully, but these errors were encountered: