mirror of
https://github.com/picocss/pico
synced 2025-06-15 16:09:10 +00:00
chore: lint
This commit is contained in:
parent
bad6cafd5a
commit
9165905b08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user