Tailwind v4 with Blazor - It just got easier #132
Replies: 3 comments 7 replies
-
|
@linkdotnet how to purge css? I think tailwind will generate large css files. Can you shed some lights on purging css in blazor wasm especially when we use tailwind, bulma, etc? |
Beta Was this translation helpful? Give feedback.
-
|
sometimes base.css and sometimes dist.css is used, is this wanted, i know have both files, they look pretty much the same, and for me its still not working, even after your fabolous tutorial |
Beta Was this translation helpful? Give feedback.
-
|
Simplest and most straight forward guide yet! Thank you! But when I install the cli, no .json files or node-modules folders are created. What could be the problem? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tailwind v4 with Blazor - It just got easier
Tailwind version 4 was just released. With the new CLI, it is just so much easier to use tailwindcss with Blazor. So in this post, I will show you how to use the new CLI to create a new Blazor project with Tailwind v4.
Short desclaimer: If you still want to use version 3, I already wrote an article about this some time ago: "Blazor with TailwindCSS".
https://steven-giesel.com/blogPost/364c43d2-b31e-4377-8001-ac75ce78cdc6/tailwind-v4-with-blazor-it-just-got-easier
Beta Was this translation helpful? Give feedback.
All reactions