I have a JSF project I want to use tailwind into it Could anyone has idea how implement tailwind CSS into JSF
https://tailwindcss.com/docs/installation
https://tailwindcss.com/docs/installation/using-postcss
I have tried to implement but I couldn't
I have a JSF project I want to use tailwind into it Could anyone has idea how implement tailwind CSS into JSF
https://tailwindcss.com/docs/installation
https://tailwindcss.com/docs/installation/using-postcss
I have tried to implement but I couldn't
I've tried using tailwind with postcss, and didn't get it to work. It was a lot of issues with getting the postcss processor to run. Using the tailwind cli went like a charm, however. The step are as follows:
"css-watch": "tailwindcss -i ./main.css -o ./dist/styles.css --watch"npm run css-watchThen, you probably want to do some hiding of the irrelevant files when you package the app. This is not necessary, but might be a requirement security-wise.