add tailwind linter

This commit is contained in:
Guy Ben-Aharon
2024-09-01 14:31:02 +03:00
committed by Guy Ben-Aharon
parent 2803c47c6a
commit e8f54c621a
45 changed files with 254 additions and 192 deletions

View File

@@ -20,7 +20,7 @@ export const buttonVariants = cva(
default: 'h-9 px-4 py-2',
sm: 'h-8 rounded-md px-3 text-xs',
lg: 'h-10 rounded-md px-8',
icon: 'h-9 w-9',
icon: 'size-9',
},
},
defaultVariants: {