Skip to content

Commit

Permalink
build: corrige les warnings Sass
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Oct 14, 2024
1 parent 25352dc commit dff6694
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions front/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ export default defineConfig(async ({ mode }) => {
}
}
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler'
}
}
},
plugins: [
graphql(),
react({
Expand Down

0 comments on commit dff6694

Please sign in to comment.