feat: enable tailwind, committing out.css for now

This commit is contained in:
efim
2023-10-06 14:15:41 +00:00
parent ffd74c4222
commit f69cb661dc
7 changed files with 647 additions and 9 deletions

View File

@@ -62,6 +62,14 @@ and now all since base template has Nav,
i need to provide attibutes which are used there, huh
well. hmmmmm. yeah, i guess
** TODO add tailwind styling
and wgo command should move from
wgo -file=.gohtml -file=.go go run . serve
to
wgo -verbose -file=.go -file=.gohtml -file=tailwind.config.js tailwindcss -i ./pages/input.css -o pages/static/public/out.css :: go run . serve
*** DONE style pages
*** TODO style dialog
** TODO package static into single binary
i guess already done?
** TODO write nix build