Skip to content

Commit 5e6e69f

Browse files
author
Ҽ˿
committed
Updated translation
1 parent 73873d7 commit 5e6e69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ var output = postcss(selector(options))
206206
input.css
207207

208208
```css
209-
@custom-selector :--any .foo, .bar; /* 不会生效 */
209+
@custom-selector :--any .foo, .bar; /* No effect */
210210
:--any h1 {
211211
margin-top: 16px;
212212
}
@@ -228,7 +228,7 @@ section h1, article h1, aside h1, nav h1 {
228228
* Adding test cases in the [test](test) directory.
229229
* Run tests.
230230

231-
```
231+
```console
232232
$ git clone https://github.com/postcss/postcss-custom-selectors.git
233233
$ git checkout -b patch
234234
$ npm install

0 commit comments

Comments
 (0)