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