3 questions
0
votes
2
answers
1k
views
How to configure Tailwind CLI in my project
I have been trying to add Tailwind to my project. I am using Tailwind CLI, it seems futile, kindly check what I have done wrong.
I followed the documentation:
Get started with Tailwind CSS and ...
18
votes
9
answers
25k
views
How to use TailwindCSS without Node.js and npm?
To use TailwindCSS, I need to have Node.js and npm in order to install it via npm install tailwindcss @tailwindcss/cli.
However, I don't have the option to use Node.js and npm, so I'm looking for a ...
0
votes
3
answers
4k
views
TailwindCSS v3 is not working after installation with Tailwind CLI
I have followed and installed TailwindCSS from this:
https://tailwindcss.com/docs/installation
I have created a new test project and I add some code to index.html, but when I run it it does not ...