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
Copy file name to clipboardExpand all lines: docs/guide/scoped-css.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The above will be compiled into:
62
62
.a[data-v-f3f3eg9] .b { /* ... */ }
63
63
```
64
64
65
-
Some pre-processors, such as Sass, may not be able to parse `>>>` properly. In those cases you can use the `/deep/` combinator instead - it's an alias for `>>>` and works exactly the same.
65
+
Some pre-processors, such as Sass, may not be able to parse `>>>` properly. In those cases you can use the `/deep/`or `::v-deep`combinator instead - both are alias for `>>>` and work exactly the same.
0 commit comments