chore: remove silence SASS deprecation mixed-decls

Following #596
This commit is contained in:
Lucas Larroche 2025-03-09 20:14:04 +07:00
parent 4e474076ab
commit 4a0fd59dab
2 changed files with 2 additions and 2 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", "mixed-decls"],
silenceDeprecations: ["global-builtin", "color-functions"],
},
);