Skip to content

Commit

Permalink
Merge pull request #3994 from 3scale/silence-sass-deprecation
Browse files Browse the repository at this point in the history
Silence deprecation warnings in Sass
  • Loading branch information
mayorova authored Jan 28, 2025
2 parents 92a9ee7 + 47f189c commit a484321
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/webpack/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ module.exports = () => [
options: {
sassOptions: {
includePaths: additionalPaths,
silenceDeprecations: [
'legacy-js-api',
'import',
'global-builtin',
'color-functions',
],
},
},
},
Expand Down

0 comments on commit a484321

Please sign in to comment.