9 lines
No EOL
289 B
CSS
9 lines
No EOL
289 B
CSS
@import "tailwindcss" source(none);
|
||
@plugin "@tailwindcss/typography";
|
||
@source "./pkg/ui/**/*.{go}";
|
||
@plugin "./daisyui.js";
|
||
|
||
/* Optional for custom themes – Docs: https://daisyui.com/docs/themes/#how-to-add-a-new-custom-theme */
|
||
@plugin "./daisyui-theme.js"{
|
||
/* custom theme here */
|
||
} |