The blazor templates are using the older tailwind.config.js. Is there any plans to upgrade to the newer configurations in 4.1? Or any guidance to make update manually?
Thanks.
The blazor templates are using the older tailwind.config.js. Is there any plans to upgrade to the newer configurations in 4.1? Or any guidance to make update manually?
Thanks.
Which templates are you referring to? They should be all using tailwindcss v4, the tailwind.config.js is an example showing how it can be extended with custom config.
Most of the time it’s not needed since Tailwindcss v4 encourages using CSS first configuration which you can add in your tailwind.input.css, if you don’t need it you can just remove @config "./tailwind.config.js"; annotation and the tailwind.config.js file.
I was using Blazor WASM. My mistake for not looking more carefully. I just assumed that the presence of tailwind.config.js was using older version. Thank you for your patience.