From 9165905b08797b7466454ac82026b32b2e8bf1fe Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sat, 15 Mar 2025 12:16:33 +0700 Subject: [PATCH] chore: lint --- scripts/build-themes.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/build-themes.js b/scripts/build-themes.js index 74def78e..8db083fd 100644 --- a/scripts/build-themes.js +++ b/scripts/build-themes.js @@ -127,9 +127,7 @@ themeColors.forEach((themeColor, colorIndex) => { // Compile the file const result = sass.compile( path.join(tempScssFoldername, `${version.name}.${themeColor}.scss`), - { - outputStyle: "compressed", - }, + { outputStyle: "compressed" }, ); // Write the file