Mladen Macanović
Mladen Macanović
I agree :)
It seems like a good and easy approach. I wonder how it would work with a theme generator?
We might try it in the v0.9.5 milestone after we release v0.9.4(around July 18th). @Xeevis's approach seems really good and hopefully, it will not be too hard.
Tailwind CSS is a beast to implement. I think it will be the most difficult provider so far. @Xeevis suggestion seems like a good approach. But I'm not sure how...
This might come in handy: https://github.com/tesar-tech/BlazorAndTailwind
https://daisyui.com/
I hate that in order to use TailwindCSS, you have to use something that runs in the background. No other CSS framework requires that. It painfully reminds me of JS/TS/Node/React...
https://engstromjimmy.com/post/2022-10-03-BlazorTailwind
Investigate how Tailwind is integrated into https://github.com/getspacetime/makani
I'm at the moment debugging, and I can confirm the same problem on my side. What I found strange is that `@onclick` inside of BarToggler is executed every time. But...