feat: enabled tailwindcss
and have single watcher command to rebuild out.css and restart the server: wgo -verbose -file .go -file .gohtml echo reloading :: bash -c 'tailwindcss -i ./input.css -o public/out.css' :: go run main.go
This commit is contained in:
3
17-results-summary-component-go/input.css
Normal file
3
17-results-summary-component-go/input.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Reference in New Issue
Block a user