52ec2ea
1
2
3
4
5
6
7
8
9
10
11
12
13
@import 'tailwindcss'; @layer base { input, select, textarea { @apply w-full rounded-lg border border-gray-300 bg-white px-3 py-2 text-base; } label { @apply block text-sm font-medium text-gray-700; } }