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

15 lines
189 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-11-28 06:00:54 -05:00
@import 'actiontext.css';