feat(module): handle variants with dynamic colors

This commit is contained in:
Benjamin Canac
2022-06-30 17:16:22 +02:00
parent f98253c255
commit 5a8b078d65
5 changed files with 474 additions and 457 deletions

View File

@@ -20,7 +20,8 @@ export default defineNuxtConfig({
},
ui: {
colors: {
primary: 'blue'
primary: 'blue',
gray: 'zinc'
},
preset: {
},