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