Skip to content

Commit

Permalink
build(ui): add SCSS preprocessor options to Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Nov 14, 2024
1 parent 24d1deb commit 81b0a49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ export default defineConfig({
clientPort: 80,
},
},
css: {
preprocessorOptions: {
scss: {
api: "modern",
},
},
},
resolve: {
alias: {
"@": path.resolve(__dirname, "src"),
Expand Down

0 comments on commit 81b0a49

Please sign in to comment.