We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: