Question for those developers who, like me, have no f/end build step: How would I use tailwind without a f/end build step? All the examples of using tailwind 4.0 on the linked site assume a f/end build step.
My project does not use (and I have no plans to include) npm, or PostCSS, etc.
I'm pretty sure the point of using TailwindCSS is to use build step. There is another way, it uses Tailwind's CDN. But I think even the developer don't recommend it outside of development phase
If you don't want to use NPM, I can recommend Tailwind's standalone CLI
My project does not use (and I have no plans to include) npm, or PostCSS, etc.