Skip to content

Commit dc46fbb

Browse files
author
Ҽ˿
committed
Merge branch 'master' of github.com:postcss/postcss-custom-selectors
2 parents 4813a5b + 1df6d6f commit dc46fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ a:link, a:visited {
9393
color: blue;
9494
}
9595
```
96-
### Multiples selectors
96+
### Multiple selectors
9797

9898
`@custom-selector` similar to CSS [`:matches()`](http://dev.w3.org/csswg/selectors-4/#matches)([`-moz-any()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:any)/[`-webkit-any()`](http://css-tricks.com/almanac/selectors/m/matches/))selector,but it **doesn’t support** call multiple custom selector in the same selector, e.g.
9999

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS",
55
"keywords": [
66
"css",
7-
"css3"
7+
"css3",
88
"postcss",
99
"postcss-plugins",
1010
"selector",

0 commit comments

Comments
 (0)