Skip to content

Commit

Permalink
updates selectors descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanpedersen committed Feb 2, 2017
1 parent 5808928 commit a2d26e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ console.log(cssBingo(css, html));
## Selectors

### Supported
Will be removed if not used in the html.
Rules with supported selectors will be removed when the selector is not found in the provided html.

| Selector | Example |
| --- | --- |
| [.class](http://www.w3schools.com/cssref/sel_class.asp) | .intro |
| [#id](http://www.w3schools.com/cssref/sel_id.asp) | #firstname |

### Unsupported
Will not be removed.
Rules with unsupported selectors will not be removed.

| Selector | Example |
| --- | --- |
Expand Down

0 comments on commit a2d26e4

Please sign in to comment.