Skip to content

Commit

Permalink
chore: use settings.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Aug 15, 2024
1 parent 0ed336f commit 5a13d74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modern-sass-compiler/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineNuxtConfig({
},
viewportSize: true,
},
styles: { configFile: 'assets/custom-vuetify.scss' },
styles: { configFile: 'assets/settings.scss' },
},
},
vite: {
Expand Down Expand Up @@ -51,7 +51,9 @@ export default defineNuxtConfig({
],
},
},
/*
css: ['~/assets/main.scss'],
*/
features: {
devLogs: false,
inlineStyles: false,
Expand Down

0 comments on commit 5a13d74

Please sign in to comment.