Skip to content

Commit

Permalink
chore: ignore scss deprecation warning (to rm when bootstrap 5 ready)
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Dec 18, 2024
1 parent b6c9a43 commit 3ee4829
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ export default defineConfig(({ mode }) => {
additionalData: `
@import "@/scss/_variables.scss";
`,
// FIXME next line when bootstrap 5 scss is updated with new sass syntax
silenceDeprecations: [
'mixed-decls',
'color-functions',
'global-builtin',
'import',
],
},
},
},
Expand Down

0 comments on commit 3ee4829

Please sign in to comment.