mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
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:
@@ -80,6 +80,7 @@ module.exports = {
|
||||
options: {
|
||||
sassOptions: {
|
||||
quietDeps: true,
|
||||
silenceDeprecations: ['import'], // TODO remove this when migrating to Sass modules
|
||||
loadPaths: [
|
||||
path.join(__dirname, 'node_modules'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user