playground: update

This commit is contained in:
Benjamin Canac
2024-03-07 16:09:00 +01:00
parent 7e19c30f80
commit 075eee860d
3 changed files with 35 additions and 8 deletions

View File

@@ -5,9 +5,12 @@ export default defineAppConfig({
base: 'font-semibold',
variants: {
color: {
pink: 'bg-pink-500 text-white'
toto: 'bg-pink-500 text-white'
}
}
},
container: {
base: 'max-w-5xl'
}
}
})