Discover books, shows, and movies at your level. Track your progress by filling your Shelf with what you find, and share with other language learners. *No dusting required. shlf.space

docs(tailwind): add tailwind build instructions

update docs to include instructions for generating the tailwind css file, allowing future developers to correctly compile and use tailwind in the project

Signed-off-by: Digital2512 <valerieannabella123@gmail.com>

authored by

Digital2512 and committed by tangled.org 1ee5dd22 efdfb4af

+5
+5
docs/hacking.md
··· 36 36 go tool templ fmt ./internal/server/views/ 37 37 ``` 38 38 39 + If you modified the tailwind styles, you will need to regenerate the css: 40 + ```bash 41 + tailwindcss -i ./input.css -o ./static/files/style.css 42 + ``` 43 + 39 44 If you modified the js files, you will need to regenerate the minified versions: 40 45 ```bash 41 46 minify static/*.js -o static/files/