Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkace committed Sep 10, 2016
1 parent f9adc82 commit 61b15d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ let config = {
```js
{
all : [
":default",
":disabled",
":empty",
":enabled",
Expand All @@ -81,7 +82,8 @@ let config = {
":first-child",
":last-child"
],
input : [
form : [
":default",
":disabled",
":enabled",
":optional",
Expand All @@ -107,7 +109,7 @@ List of supported and unsupported pseudo class names. Checkboxes track implement
- ~~`:active`~~
- ~~`:any`~~
- ~~`:checked`~~
- [ ] `:default`
- [X] `:default`
- ~~`:dir()`~~ *
- [X] `:disabled`
- [X] `:empty`
Expand Down Expand Up @@ -153,4 +155,4 @@ List of supported and unsupported pseudo class names. Checkboxes track implement
[coverage]: https://coveralls.io/github/kevinkace/posthtml-pseudo
[coverage-badge]: https://coveralls.io/repos/github/kevinkace/posthtml-pseudo/badge.svg

[super-badge]: https://cdn.rawgit.com/kevinkace/posthtml-pseudo/bf8a0ef/superawesome.svg
[super-badge]: https://cdn.rawgit.com/kevinkace/posthtml-pseudo/f9adc82/superawesome.svg

0 comments on commit 61b15d8

Please sign in to comment.