Skip to content

Commit

Permalink
Chore: Disable SASS deprecation warnings #DS-1514
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Nov 8, 2024
1 parent 6b79489 commit d691cc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/demo/config/vite/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ export default defineConfig({
join(pathRelativeToRepositoryRoot, 'node_modules'),
join(pathRelativeToRepositoryRoot, 'node_modules/@lmc-eu/spirit-design-tokens/src/scss'),
],
// Silence deprecation warnings related to mixed declarations.
// We’ve disabled these warnings because they are evaluated as false positives in our context.
// @see https://sass-lang.com/documentation/breaking-changes/mixed-decls/ for more details.
silenceDeprecations: ['mixed-decls'],
},
},
},
Expand Down

0 comments on commit d691cc5

Please sign in to comment.