From 406f4bf62ca0d88785fbd146da7a92431918c1c1 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Tue, 21 Dec 2021 15:22:12 +0100 Subject: [PATCH] Fixed prettier issue (#1206) --- src/scss/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/variables.scss b/src/scss/variables.scss index 54f3d518e4..16d6411383 100644 --- a/src/scss/variables.scss +++ b/src/scss/variables.scss @@ -1,6 +1,6 @@ @import "~nord/src/sass/nord.scss"; -$dark-icon-themes: 'theme_dark', 'theme_nord'; +$dark-icon-themes: "theme_dark", "theme_nord"; $font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;