Skip to content

Commit 0552e5b

Browse files
committed
fix: silence Dart Sass if() syntax as it's deprecated
1 parent ce75ca9 commit 0552e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default defineConfig({
5858
css: {
5959
preprocessorOptions: {
6060
scss: {
61-
silenceDeprecations: ['color-functions', 'global-builtin', 'import'],
61+
silenceDeprecations: ['color-functions', 'global-builtin', 'import', 'if-function'],
6262
},
6363
},
6464
},

0 commit comments

Comments
 (0)