chore(theme): lint

This commit is contained in:
Benjamin Canac
2024-04-12 14:01:23 +02:00
parent 290e4ce150
commit 74a640ceca
11 changed files with 51 additions and 65 deletions

View File

@@ -13,19 +13,19 @@ export default {
'2xs': {
root: 'size-5 text-[10px]'
},
xs: {
'xs': {
root: 'size-6 text-xs'
},
sm: {
'sm': {
root: 'size-7 text-sm'
},
md: {
'md': {
root: 'size-8 text-base'
},
lg: {
'lg': {
root: 'size-9 text-lg'
},
xl: {
'xl': {
root: 'size-10 text-xl'
},
'2xl': {