Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. #168

Open
gwestwood opened this issue Dec 26, 2024 · 0 comments
Labels
Template Change Required There is a bug in a template or a change proposal

Comments

@gwestwood
Copy link
Contributor

DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.

Use color.adjust instead.


17 │ $grey-color-light: lighten($grey-color, 40%) !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^

[*** Redacted Base Dir ***]/jekyll/assets/css/style.scss 1:9  root stylesheet

DEPRECATION WARNING: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 81.6%)
color.adjust($color, $lightness: 40%)

More info: https://sass-lang.com/d/color-functions


17 │ $grey-color-light: lighten($grey-color, 40%) !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^

[*** Redacted Base Dir ***]/jekyll/assets/css/style.scss 1:9  root stylesheet

DEPRECATION WARNING: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.

Use color.adjust instead.


18 │ $grey-color-dark: darken($grey-color, 25%) !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^

[*** Redacted Base Dir ***]/jekyll/assets/css/style.scss 1:9  root stylesheet

DEPRECATION WARNING: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -49.0384615385%)
color.adjust($color, $lightness: -25%)

More info: https://sass-lang.com/d/color-functions


18 │ $grey-color-dark: darken($grey-color, 25%) !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^

[*** Redacted Base Dir ***]/jekyll/assets/css/style.scss 1:9  root stylesheet
@gwestwood gwestwood added the Template Change Required There is a bug in a template or a change proposal label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Template Change Required There is a bug in a template or a change proposal
Projects
None yet
Development

No branches or pull requests

1 participant