Skip to content
Discussion options

You must be logged in to vote

Thanks for the kind words. I'm glad you've found anywidget useful.

I'd really like to avoid adding any sort of css framework to anywidget. Tailwind is popular right now (I use it in many of my own projects!), but similarly something like bootstrap was very popular years ago. Additionally the use of Tailwind via a CDN is not intended for production:

"Use the Play CDN to try Tailwind right in the browser without any build step. The Play CDN is designed for development purposes only, and is not the best choice for production."

The primary issue is that 1.) the tailwind playground is not CSS but a large JS runtime (it's 346kb!), and 2.) the playground allows you to configure tailwind global…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by manzt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #70 on September 17, 2023 16:41.