Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 committed Nov 9, 2024
1 parent b5fa15c commit 2292341
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import sassDts from 'vite-plugin-sass-dts';
// https://vitejs.dev/config/
export default defineConfig({
css: {
preprocessorOptions: {
scss: {
api: 'modern',
preprocessorOptions: {
scss: {
api: 'modern',
},
},
},
},
plugins: [react(), libInjectCss(), dts({ include: ['lib'] }), sassDts()],
build: {
lib: {
Expand Down

0 comments on commit 2292341

Please sign in to comment.