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: {
|
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'),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user