Support for Go Projects #2126
bradleypeabody
started this conversation in
Ideas
Replies: 2 comments
-
+1 - I'm migrating a Bootstrap site with a Go backend to Tailwind, and i'd rather not setup a separate nodejs application just for purging/ Right now i'm just planning on using the CDN option, but this really isn't ideal and I hope something better for on-the-fly (or even something that runs initially with your code to do the file purging/generation) is developed. https://github.com/gotailwindcss/tailwind is a good start, but I haven't been able to get it working for my specific use-case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to find out if there is any feedback on the idea of making a library for use in Go (pure Go, no JS or npm, etc.)
I'm doing work on Vugu (https://github.com/vugu/vugu) building out various examples and Tailwind CSS integration would be really useful.
The idea would be something like:
@
directives, specifically@tailwind
and@apply
. Possibly@import
should be supported too.Is this something anyone from the main Tailwind project (or anyone else) would like to have input on? Any thoughts, suggestions, or cautionary tales?
Beta Was this translation helpful? Give feedback.
All reactions