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