@tailwind base; @tailwind components; @tailwind utilities; @tailwind daisyui; /* @layer components { .btn-primary { @apply py-2 px-4 bg-blue-200; } } */ @import 'actiontext.css'; @layer components { .fade-out { opacity: 0; transition: opacity 150ms ease-in-out; } }