Skip to content

Commit

Permalink
Fix CSS-code example
Browse files Browse the repository at this point in the history
Fix css-code example by adding closing symbol
  • Loading branch information
niktariy authored and hudochenkov committed Jul 14, 2019
1 parent ff7bcbe commit b003219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/properties-alphabetical-order/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ a {
color: pink;
top: 0;
}
``
```

```css
a {
border-color: transparent;
border-bottom-color: pink;
}
````
```

```css
a {
Expand Down

0 comments on commit b003219

Please sign in to comment.