From f02b5f71278dfff70559172a2650b2c26e222945 Mon Sep 17 00:00:00 2001 From: Jonas Hess Date: Sun, 30 Jan 2022 14:08:31 +0100 Subject: [PATCH] semicolon for last/single attribute in body, input, select, option --- package/gluon-config-mode-theme/sass/gluon.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-config-mode-theme/sass/gluon.scss b/package/gluon-config-mode-theme/sass/gluon.scss index c8350193..a534a9db 100644 --- a/package/gluon-config-mode-theme/sass/gluon.scss +++ b/package/gluon-config-mode-theme/sass/gluon.scss @@ -70,7 +70,7 @@ html { } body, input, select, option { - font: 12pt "Open Sans", Arial, sans-serif + font: 12pt "Open Sans", Arial, sans-serif; } body {