docs: document `::v-deep` as an alias for `>>>`

closes https://github.com/vuejs/vue-cli/issues/3399
parent b0e524d7
...@@ -62,7 +62,7 @@ The above will be compiled into: ...@@ -62,7 +62,7 @@ The above will be compiled into:
.a[data-v-f3f3eg9] .b { /* ... */ } .a[data-v-f3f3eg9] .b { /* ... */ }
``` ```
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. 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.
## Dynamically Generated Content ## Dynamically Generated Content
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment