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
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
┌──> node_modules/@coreui/coreui-pro/scss/mixins/_forms.scss
67 │ background-size: $input-height-inner-half $input-height-inner-half;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
╵
┌──> node_modules/@coreui/coreui-pro/scss/mixins/_ltr-rtl.scss
11 │ ┌ *[dir="rtl"] & {
12 │ │ @content;
13 │ │ }
│ └─── nested rule
╵
node_modules/@coreui/coreui-pro/scss/mixins/_forms.scss 67:9 @content
node_modules/@coreui/coreui-pro/scss/mixins/_forms.scss 9:7 form-validation-state-selector()
node_modules/@coreui/coreui-pro/scss/mixins/_forms.scss 59:5 form-validation-state()
node_modules/@coreui/coreui-pro/scss/forms/_validation.scss 10:3 @import
node_modules/@coreui/coreui-pro/scss/_forms.scss 10:9 @import
node_modules/@coreui/coreui-pro/scss/coreui.scss 21:9 @import
src/styles/style.scss 8:9 @import
src/App.vue 3:9 root stylesheet
The text was updated successfully, but these errors were encountered:
We know this but can't resolve this warning in v5 without breaking changes. It will be resolved in v6 when we will abandon support for node-sass. Currently, you can silence this warning by adding --quiet-deps flag
Building on github with NodeJS 22.9.0, vite 5.4.8, sass 1.79.4
While building, I get the following warnings: Everything works fine. I've silenced it for now. This is just a heads-up for the future.
The text was updated successfully, but these errors were encountered: