Skip to content

[Feature Request] Sass deprecation #21909

@ricardovanlaarhoven

Description

@ricardovanlaarhoven
### Problem to solve
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

    ╷
10  │ ┌     > input::-webkit-outer-spin-button,
11  │ │     > input::-webkit-inner-spin-button
12  │ │       -webkit-appearance: none
13  │ │       margin: 0
    │ └─── nested rule
... │
15  │       width: 100%                                                                                                                                                                 
    │       ^^^^^^^^^^^ declaration                                                                                                                                                     
    ╵
    ..\..\..\..\..\vuetify@3.9.4_typescript@5._eb839bd7de6b1c66aac498088db62522\node_modules\vuetify\lib\components\VColorPicker\VColorPickerEdit.sass 15:5  @content
    ..\..\..\..\..\vuetify@3.9.4_typescript@5._eb839bd7de6b1c66aac498088db62522\node_modules\vuetify\lib\styles\tools\_layer.scss 9:5                        layer()
    ..\..\..\..\..\vuetify@3.9.4_typescript@5._eb839bd7de6b1c66aac498088db62522\node_modules\vuetify\lib\components\VColorPicker\VColorPickerEdit.sass 4:1   @use
    C:\Users\RicardoDebitRoom\WebstormProjects\debitroom-management-portal\virtual:plugin-vuetify:components\VColorPicker\VColorPickerEdit.sass 2:1          root stylesheet

Metadata

Metadata

Assignees

Labels

C: VColorPickerT: bugFunctionality that does not work as intended/expectedsass

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions