Skip to content

Commit

Permalink
Merge pull request #1045 from EcrituresNumeriques/fix/sass
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot authored Oct 20, 2024
2 parents 1658aea + dff6694 commit f2b5843
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 f2b5843

Please sign in to comment.