mirror of
https://github.com/picocss/pico.git
synced 2026-01-24 20:16:14 +00:00
chore: lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user