dawarich/app/assets/stylesheets/application.tailwind.css

23 lines
290 B
CSS
Raw Normal View History

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