mrmikearmstrong / Blazewind

A Blazor Serverside template application with TailwindCSS styling
2 stars 1 forks source link

The future of Blazewind. #1

Open Sharaf-Mansour opened 1 year ago

Sharaf-Mansour commented 1 year ago

Hey @mrmikearmstrong I know this is not the typical issue you wake up to in the morning but.

For the last 3 days I have been searching GitHub for people who have built and applied Tailwind to Blazor with success. Out of them all. You stood out, And I want to thank you for your passion and the way of thinking. Making a full working Template and helping the wider community.

Now that being said. In Feb 2023 I have made a small blazorwasm project called BlazeWind which is a blog post about how I got to make tailwindcss work in blazor. The blog itself used Tailwindcss and original repo can be found Here And an updated repo is Here

That was about 7+ months ago. But last week it hit me. when I was working on one of my projects that I had to do a lot to make the most out of tailwind in blazor. And watching Chris Sainty videos on making Tailwindcss work with blazor with also too much effort. The video I am talking about is this Building beautiful Blazor apps with Tailwind CSS - Chris Sainty - NDC London 2022

So, what did I do?

I made a DotNet class Library. that runs the tailwindcss watchers on both your app CSS files and The Scoped css files automatically... Which means you can use @apply in a normal index.razor.css file and it will work.

So, I want to work with you because two brains are better than one. To make the most out of this opportunity. and if you are interested. I can public my POC and share my code for the library with you. and we can wrap up this nicely in one package, maybe you can help me improve it.

Just to be clear. I do not want any credit; I am doing this because I love this. I hope you feal the same.

Sharaf-Mansour commented 11 months ago

@mrmikearmstrong If you are interested please replay to this issue. if not then you can close it.