Swap Bulma for DaisyUI (Tailwind) (#111)
This commit is contained in:
parent
fc5db0e95a
commit
c1e9baabe6
53 changed files with 1124 additions and 632 deletions
9
tailwind.css
Normal file
9
tailwind.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@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 */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue