refactor: replace deprecated color functions to fix Sass warnings

This commit is contained in:
Lucas Larroche 2025-03-15 11:51:28 +07:00
parent 64bfd3d797
commit 0a77e6f335
240 changed files with 604 additions and 595 deletions

View file

@ -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"],
},
);