mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 17:51:39 -05:00
15 lines
No EOL
189 B
CSS
15 lines
No EOL
189 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'; |