Skip to content

Commit

Permalink
css-tricks: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed May 2, 2018
1 parent 3fc0bad commit 810ae09
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ layout: 2017/sheet
### Heading kerning pairs and ligature

```css
h1, h2, h3 { text-rendering: optimizeLegibility; }
h1, h2, h3 {
text-rendering: optimizeLegibility;
}
```

### Native-like iOS scrolling
Expand Down Expand Up @@ -86,7 +88,7 @@ Browser hacks

### Disclaimer

Not recommended, but here they are if you ever need them. Note that vendor
Not recommended, but here they are if you ever need them. Note that vendor
prefixes may go away eventually.

### Mozilla-only
Expand Down

0 comments on commit 810ae09

Please sign in to comment.