themesberg / volt-bootstrap-5-dashboard

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/quick-start/
MIT License
2.61k stars 302 forks source link

Deprecation Warning #84

Open gerardp opened 1 year ago

gerardp commented 1 year ago

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