refactor: replace deprecated global functions to fix Sass warnings

This commit is contained in:
Lucas Larroche 2025-03-15 12:03:28 +07:00
parent 0a77e6f335
commit 537e3aedc2
9 changed files with 65 additions and 39 deletions

View file

@ -129,7 +129,6 @@ themeColors.forEach((themeColor, colorIndex) => {
path.join(tempScssFoldername, `${version.name}.${themeColor}.scss`),
{
outputStyle: "compressed",
silenceDeprecations: ["global-builtin"],
},
);