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