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
Describe the bug
Sass is throwing a depreciation warning during build time:
Deprecation Warning: $weight: Passing a number without unit % (0.8) is deprecated.
To preserve current behavior: $weight * 1%
More info: https://sass-lang.com/d/function-units
╷
31 │ $select-color-dropdown-border-top: mix($input-border-color, $input-bg, 0.8) !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/tom-select/src/scss/tom-select.bootstrap5.scss 31:36
To Reproduce
Do an import tom-select.bootstrap5.scss and build your project with Sass 1.56.0. The depreciation message above will be displayed.
Expected behavior
Don't receive any deprecation messages.
Additional context
It's happening with the latest release of this package: v2.2.2.
The text was updated successfully, but these errors were encountered:
Describe the bug
Sass is throwing a depreciation warning during build time:
To Reproduce
Do an import
tom-select.bootstrap5.scss
and build your project with Sass 1.56.0. The depreciation message above will be displayed.Expected behavior
Don't receive any deprecation messages.
Additional context
It's happening with the latest release of this package: v2.2.2.
The text was updated successfully, but these errors were encountered: