mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 00:35:05 -04:00
chore: lint
This commit is contained in:
parent
bad6cafd5a
commit
9165905b08
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue