Skip to content

Commit f5eddfb

Browse files
authored
Silence Sass @import deprecation warnings (#56241)
1 parent 549ba6a commit f5eddfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default {
2424
},
2525
sassOptions: {
2626
quietDeps: true,
27+
silenceDeprecations: ['import'],
2728
},
2829
async rewrites() {
2930
const DEFAULT_VERSION = 'free-pro-team@latest'

0 commit comments

Comments
 (0)