Silence the Sass deprecation warning for imports

This will be removed from the silenced list when performing the
migration to Sass modules.
This commit is contained in:
Christophe Coevoet
2025-10-09 17:29:24 +02:00
parent c092ae18d1
commit 94db93786d

View File

@@ -80,6 +80,7 @@ module.exports = {
options: { options: {
sassOptions: { sassOptions: {
quietDeps: true, quietDeps: true,
silenceDeprecations: ['import'], // TODO remove this when migrating to Sass modules
loadPaths: [ loadPaths: [
path.join(__dirname, 'node_modules'), path.join(__dirname, 'node_modules'),
] ]