From 810ae09b4e003ae09fbf7be627544152ea18ec1c Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 2 May 2018 09:59:19 +0800 Subject: [PATCH] css-tricks: Format --- css-tricks.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css-tricks.md b/css-tricks.md index 100ad4e1aa..988ce6d2a3 100644 --- a/css-tricks.md +++ b/css-tricks.md @@ -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