-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: update auto import and styles vite plugins
- Loading branch information
Showing
11 changed files
with
520 additions
and
943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
@use 'vuetify' with ( | ||
$utilities: false, | ||
$color-pack: false, | ||
); | ||
.gradient { | ||
&.primary { | ||
background: linear-gradient(to top right, #2563eb, #4b8efb); | ||
color: white; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/* DON'T USE @use here */ | ||
@forward 'vuetify/settings' with ( | ||
@use 'vuetify/settings' with ( | ||
/*$utilities: false,*/ | ||
$button-height: 40px, | ||
$button-border-radius: 8px | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "vuetify-nuxt-module", | ||
"type": "module", | ||
"version": "0.17.1", | ||
"packageManager": "pnpm@9.7.1", | ||
"packageManager": "pnpm@9.9.0", | ||
"description": "Zero-Config Nuxt Module for Vuetify", | ||
"author": "userquin <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -73,7 +73,8 @@ | |
"perfect-debounce": "^1.0.0", | ||
"ufo": "^1.5.4", | ||
"unconfig": "^0.5.5", | ||
"vite-plugin-vuetify": "^2.0.3", | ||
"upath": "^2.0.1", | ||
"vite-plugin-vuetify": "^2.0.4", | ||
"vuetify": "^3.7.0" | ||
}, | ||
"devDependencies": { | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters