css-tricks: Format

This commit is contained in:
Rico Sta. Cruz 2018-05-02 09:59:19 +08:00
parent 3fc0bad912
commit 810ae09b4e
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 2 deletions

View File

@ -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
@ -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