Skip to content

Commit

Permalink
small readme fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Mar 8, 2018
1 parent 896fc43 commit 868fd48
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 @@ -24,7 +24,7 @@ yarn add stylelint-z-index-value-constraint --dev

Add this config to your `.stylelintrc`:

```json
```
{
"plugins": ["stylelint-z-index-value-constraint"],
"rules": [
Expand Down Expand Up @@ -89,7 +89,7 @@ input {

```css
a {
z-index: 10;
z-index: -10;
}
input {
z-index: -25;
Expand Down

0 comments on commit 868fd48

Please sign in to comment.