Skip to content

Remove /deep/ from documentation for future releases for Deep Selectors #1652

Open
@icithis

Description

@icithis

What problem does this feature solve?

Chrome will no longer throw a warning regarding using /deep/ if the documentation does not suggest using it as a solution. ::v-deep should be the de facto solution.

https://vue-loader.vuejs.org/guide/scoped-css.html#deep-selectors

https://developers.google.com/web/updates/2017/10/remove-shadow-piercing

What does the proposed API look like?

Some pre-processors, such as Sass, may not be able to parse >>> properly. In those cases you can use the ::v-deep combinator instead - it is an alias for >>> and works exactly the same.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions