Skip to content

Commit 8953a20

Browse files
committed
Fixed doc
1 parent 1ca1db3 commit 8953a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Example 3:
110110
@custom-selector :--heading h1, h2, h3, h4, h5, h6;
111111
@custom-selector :--any-link :link, :visited;
112112

113-
.demo --heading, a:--any-link {
113+
.demo :--heading, a:--any-link {
114114
font-size: 32px;
115115
}
116116
```

0 commit comments

Comments
 (0)