diff --git a/client/src/style/scss/base.scss b/client/src/style/scss/base.scss index 3d4cecc08463..9f45f509ba6a 100644 --- a/client/src/style/scss/base.scss +++ b/client/src/style/scss/base.scss @@ -1,4 +1,6 @@ -* {-webkit-font-smoothing: antialiased;} +* { + -webkit-font-smoothing: antialiased; +} // Bootstrap variables and core framework @import "~bootstrap/scss/_functions.scss";