Open seabasseee opened 4 months ago
I still get this, using the latest version. Thank you!
transforming (40) node_modules/axios/lib/utils.jsDeprecation Warning: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.
More info: https://sass-lang.com/d/mixed-decls
╷
64 │ ┌ &::-ms-clear {
65 │ │ display: none;
66 │ │ }
│ └─── nested rule
... │
68 │ flex: 1 1 auto;
│ ^^^^^^^^^^^^^^ declaration
╵
node_modules/tom-select/src/scss/_items.scss 68:3 @import
node_modules/tom-select/src/scss/tom-select.scss 71:9 @import
Warning: 9 repetitive deprecation warnings omitted.
Bug description
Deprecation Warning: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in
& {}
.More info: https://sass-lang.com/d/mixed-decls
Expected behavior
Would this fix it in
_items.scss
?Steps to reproduce
Run npm build
Additional context