diff --git a/site/src/content/docs/getting-started/vite.mdx b/site/src/content/docs/getting-started/vite.mdx index ad691c79b13c..748bfceaa3f2 100644 --- a/site/src/content/docs/getting-started/vite.mdx +++ b/site/src/content/docs/getting-started/vite.mdx @@ -97,8 +97,8 @@ With dependencies installed and our project folder ready for us to start coding, preprocessorOptions: { scss: { silenceDeprecations: [ + 'if-function', 'import', - 'mixed-decls', 'color-functions', 'global-builtin', ],