From 198e51c08573e5b3159ccd7b2133ab7f8ab8a7ba Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 24 Jul 2018 14:18:57 -0400 Subject: [PATCH] Fix indent --- scss/elements/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/elements/_typography.scss b/scss/elements/_typography.scss index e97b8216..57e310db 100644 --- a/scss/elements/_typography.scss +++ b/scss/elements/_typography.scss @@ -4,7 +4,7 @@ * @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss */ - * { +* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }