Skip to content

Commit

Permalink
refactor: remove vuetify sass variables by default because it slows t…
Browse files Browse the repository at this point in the history
…hings down
  • Loading branch information
ascott18 committed Oct 11, 2024
1 parent 3395062 commit ea3c130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export default defineConfig({
// https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin#readme
createVuetify({
autoImport: true,
styles: {
configFile: "src/styles/vuetify.scss",
},
// OPTIONAL: https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin#style-loading
// Customize vuetify's styles with sass variables
// styles: { configFile: "src/styles/settings.scss" },
}),

{
Expand Down

0 comments on commit ea3c130

Please sign in to comment.