mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 01:46:14 -04:00
parent
4e474076ab
commit
4a0fd59dab
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ themeColors.forEach((themeColor, colorIndex) => {
|
|||
path.join(tempScssFoldername, `${version.name}.${themeColor}.scss`),
|
||||
{
|
||||
outputStyle: "compressed",
|
||||
silenceDeprecations: ["global-builtin", "color-functions", "mixed-decls"],
|
||||
silenceDeprecations: ["global-builtin", "color-functions"],
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue