mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -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
|
// Compile the file
|
||||||
const result = sass.compile(
|
const result = sass.compile(
|
||||||
path.join(tempScssFoldername, `${version.name}.${themeColor}.scss`),
|
path.join(tempScssFoldername, `${version.name}.${themeColor}.scss`),
|
||||||
{
|
{ outputStyle: "compressed" },
|
||||||
outputStyle: "compressed",
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// Write the file
|
// Write the file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue