Skip to content

Commit

Permalink
Fix declaration-colon-space-after README (#4078)
Browse files Browse the repository at this point in the history
  • Loading branch information
quidcain authored and hudochenkov committed May 30, 2019
1 parent 5124c49 commit 9aeebd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rules/declaration-colon-space-after/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ There *must never* be whitespace after the colon.
The following patterns are considered violations:

```css
a { color:pink }
a { color : pink }
```

```css
a { color :pink }
a { color: pink }
```

The following patterns are *not* considered violations:
Expand Down

0 comments on commit 9aeebd9

Please sign in to comment.