Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Tailwind CSS Support #55

Closed
jbowa opened this issue Jan 19, 2024 · 3 comments
Closed

Request for Tailwind CSS Support #55

jbowa opened this issue Jan 19, 2024 · 3 comments

Comments

@jbowa
Copy link

jbowa commented Jan 19, 2024

Hi thank you for building/maintaining this project. Quick question, Have we considered replacing the way we are currently styling the project with the popular Tailwind utility library? We could perhaps include this in the makefile as a build step for production or run a script for development.

@mikestefanello
Copy link
Owner

Hi. You're very welcome.

I considered it in the beginning when I was evaluating all options for CSS. There's so many good options that it's impossible to make everyone happy with something out of the box. Replacing Bulma is extremely easy - it's just a single link element that you can change here. Other than that it's just classes which are part of the templates that I assume you'd be removing for your own project anyway.

I chose Bulma because I wanted something as simple and productive as possible. I didn't want any additional build steps, etc. And I wanted plenty of pre-built elements/components/etc that only require a single class to style (as opposed to what Tailwind offers; last I checked). I originally was going to use Bootstrap, since I've used it a lot, but I wanted something that had no JS dependencies to keep things as simple and light as possible. My philosophy with this project and in choosing HTMX/Alpine/Bulma was that I wanted to be able to produce a decent frontend without having to get deep into complex frontend development and endless frameworks, tools, etc (I'd rather focus on the backend).

@jbowa
Copy link
Author

jbowa commented Jan 19, 2024 via email

@jbowa
Copy link
Author

jbowa commented Jan 20, 2024

For anyone who comes across this found @unocss to be a great replacement. Zero runtime + allows me to use tailwind via presents…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants