Skip to content

Commit

Permalink
build: silence Sass deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Sep 25, 2024
1 parent 6f102dc commit 4447163
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ export default defineConfig(() => {
autoprefixer({}), // add options if needed
],
},
preprocessorOptions: {
scss: {
quietDeps: true,
},
},
},
resolve: {
alias: [
Expand Down

0 comments on commit 4447163

Please sign in to comment.