src /tailwind.css */ @tailwind base; @tailwind components; @tailwind utilities; @layer components { .btn { @apply px-4 py-2 bg-blue-600 text-white rounded; } ...
確定! 回上一頁