mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
15 lines
164 B
CSS
15 lines
164 B
CSS
|
|
@tailwind base;
|
||
|
|
@tailwind components;
|
||
|
|
@tailwind utilities;
|
||
|
|
@tailwind daisyui;
|
||
|
|
|
||
|
|
/*
|
||
|
|
|
||
|
|
@layer components {
|
||
|
|
.btn-primary {
|
||
|
|
@apply py-2 px-4 bg-blue-200;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
*/
|