chore: lint

This commit is contained in:
Lucas Larroche 2025-03-15 12:16:33 +07:00
parent bad6cafd5a
commit 9165905b08

View file

@ -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