Thanks for the hint! Turns out you need the config file for it to generate the tailwind. I then export tailwind without minify - it is 12kb when I only access a single colour bg-red-100 for testing.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I have followed your tutorial, but I can't make it work. I have described my test project in details here: stackoverflow.com/questions/713493...
Can you please have a look and spot what I have done wrong? Thanks
Never mind. I have made it work after using yew-tailwind-builder. Apparently tailwindcss -o ./tailwind.css doesn't generate the complete css file.
Thanks for the hint! Turns out you need the config file for it to generate the tailwind. I then export tailwind without minify - it is 12kb when I only access a single colour bg-red-100 for testing.