dawarich/app/assets/stylesheets/application.tailwind.css
2024-12-11 14:21:44 +01:00

22 lines
290 B
CSS

@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;
}
}