Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 2a4964b

Browse files
authored
Merge pull request #12 from Nemo64/patch-1
fix example output in the documentation.
2 parents 618e446 + 52d9119 commit 2a4964b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ p:not(:first-child, .special) {
3232
you will get:
3333

3434
```css
35-
p:not(:first-child), p:not(.special) {
35+
p:not(:first-child):not(.special) {
3636
color: red;
3737
}
3838
```

0 commit comments

Comments
 (0)