chore: lint

This commit is contained in:
Benjamin Canac
2024-03-05 18:49:05 +01:00
parent f5e60a00ba
commit 3c716219cf
8 changed files with 732 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ export default defineAppConfig({
base: 'font-semibold',
variants: {
color: {
pink: 'bg-pink-500 text-white',
pink: 'bg-pink-500 text-white'
}
}
}