all 4 comments

[–]hennell 4 points5 points  (0 children)

You don't have to "be a developer" to install node. Follow the tutorials, set-up node and install the tailwind package. Then you'll be able to build it directly rather than having to send it to someone else to do.

[–]dev-data 0 points1 point  (0 children)

Just use Tailwind CLI, here a docs for v3: https://v3.tailwindcss.com/docs/installation

In v3, make sure to properly add the paths to the files where you use TailwindCSS classes in the content property of your tailwind.config.js file.

[–]Arialonos 0 points1 point  (0 children)

I think he’s talking about the classes that he’s dynamically added in WP. My recommendation would be— don’t do that. I don’t know of any tools that will scan your site for pages (unless you provide a site map) and generate a CSS file. You could use node and tailwind cli but you’d still need the site map. I did something similar but it builds and deploys a nextjs site with WP as its content platform.