Open
Description
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.