Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2585d25

Browse filesBrowse files
committed
docs: document ::v-deep as an alias for >>>
closes vuejs/vue-cli#3399
1 parent b0e524d commit 2585d25
Copy full SHA for 2585d25

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/guide/scoped-css.md

Copy file name to clipboardExpand all lines: docs/guide/scoped-css.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The above will be compiled into:
6262
.a[data-v-f3f3eg9] .b { /* ... */ }
6363
```
6464

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

6767
## Dynamically Generated Content
6868

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.