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 #84

Open
gerardp opened this issue Feb 11, 2023 · 0 comments
Open

Deprecation Warning #84

gerardp opened this issue Feb 11, 2023 · 0 comments

Comments

@gerardp
Copy link

gerardp commented Feb 11, 2023

vite v4.1.1

Deprecation Warning: $weight: Passing a number without unit % (8) is deprecated.

To preserve current behavior: $weight * 1%

More info: https://sass-lang.com/d/function-units

207 │ @return mix(white, $color, $weight);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^

node_modules/bootstrap/scss/_functions.scss 207:11 tint-color()
resources/sass/volt/_variables.scss 170:12 @import
resources/sass/volt.scss 24:9 @import
resources/sass/app.scss 6:9 root stylesheet

Deprecation Warning: $weight: Passing a number without unit % (6) is deprecated.

To preserve current behavior: $weight * 1%

More info: https://sass-lang.com/d/function-units

207 │ @return mix(white, $color, $weight);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^

node_modules/bootstrap/scss/_functions.scss 207:11 tint-color()
resources/sass/volt/_variables.scss 171:12 @import
resources/sass/volt.scss 24:9 @import
resources/sass/app.scss 6:9 root stylesheet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant