mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
refactor: replace deprecated color functions to fix Sass warnings
This commit is contained in:
parent
64bfd3d797
commit
0a77e6f335
240 changed files with 604 additions and 595 deletions
|
@ -129,7 +129,7 @@ themeColors.forEach((themeColor, colorIndex) => {
|
|||
path.join(tempScssFoldername, `${version.name}.${themeColor}.scss`),
|
||||
{
|
||||
outputStyle: "compressed",
|
||||
silenceDeprecations: ["global-builtin", "color-functions"],
|
||||
silenceDeprecations: ["global-builtin"],
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue