thanks, bro. I've tried this for a week. finally, I found this video, and ur so damn good. and there's a question: should I do the "npm run watch" when I'm going to code?
Hello. Thanks for your great comment Yes, you are right. Certainly speaking will make video quality better but the bad thing is I can't speak English very well 🙁
I followed all steps but when I do npm run watch it gives input error: you must pass a valid list of files to parse edit:nvm I ffixed it I had put the src folder inside public by mistake
I done all this in video you do but when I add some class its not working but tailwind official font showing and and when I expand src folder in right corner see white dot I think that created folder not save please help
@@hero_code bro i renamed tailwind.config as tailwind-default.config sothat i can create custom font and i made a new terminal then i run command {npx run test} then my all styles to web got removed....please help i'm beginner.
hey! thanks so much for this tutorial! the one that actually worked for me. so when i tried to run npm run watch i got : warn - The glob pattern ./public/**/*.{html} in your Tailwind CSS configuration is invalid. warn - Update it to ./public/**/*.html to silence this warning. i changed it my content from: content: ["./public/**/*.{html}"], to: content:["/public/**/*.html"] and it started working. will this be a problem in the future?
Hi. Thanks for your comment. When you have more types of files like .js or .css in your public folder, you should use {}. It will be like this : content: ["./public/**/*.{htm, js, css}"] But when you have just ".html" files in your public folder, You shouldn't use {} and it won't cause any problem.
Thanks I tried many tutorials but this worked
Glad I could help
@@hero_code Yup, same as Saurn. This finally worked for me too. Many thx for this tutorial :)
I wasted an entire day searching the Internet for the right video...
Finally i found it
Thanks alot bro❤
Every time I'm gonna use tailwind I come to this video. thank u again
thanks for this timeless tutorials, you're a life saver
It's works this is 1000 time better than other tutorial.
Glad it helped. Thanks a lot.
This is the one i searched for a week..thanks..
Glad I could help
i have tried so many times finally i got my solutions in this video thanks.
Glad it helped
Gracias bro :') estuve todo el día buscando tutoriales de como instalar y el tuyo fue el único que me funciono
Me alegro que este vídeo te haya sido de utilidad
Well done bro.. i swear I'm trying from last 4 days and today i got post css installation successfully ❤️ thank you so much bro ❤️
I'm so happy that I could help .
Thanks bro ..mae kabse try kar raha tha ..but apki video dekh kar hogaya
This is the tutorial that worked
Glad it helped
saw many videos but only this worked
nothing worked but only ur post css worked thx sooo much
The only video that helped!! Thank you!!!
Glad it helped!
Thank you. You've just saved me
thanks, bro. I've tried this for a week. finally, I found this video, and ur so damn good.
and there's a question: should I do the "npm run watch" when I'm going to code?
Man thank you so much fr
If i could i would give this video a million likes
Thanks a lot
How do you have "Mac taskbar" if you are on Windows at minute 1:32?
I have used RocketDock. you can download it from punklabs.com/
Hey man, dont be afraid to speak in your videos. They will be even better.
Hello.
Thanks for your great comment
Yes, you are right. Certainly speaking will make video quality better but the bad thing is I can't speak English very well 🙁
@@hero_code well, just do it and you will improove in no time. Dont be ashamed.
I followed all steps but when I do npm run watch it gives input error: you must pass a valid list of files to parse
edit:nvm I ffixed it I had put the src folder inside public by mistake
why do I have to save twice in order for the changes to reflect?
I haven't had this problem. I don't know that.
I done all this in video you do but when I add some class its not working but tailwind official font showing and and when I expand src folder in right corner see white dot I think that created folder not save please help
The terminal said: 'postcss' is not recognized as an internal command - After I have put the script in package.json, how do I proceed?
Hi.
Install both postcss and postcss-cli again :
npm install postcss postcss-cli
Thanks a lot
thanks man :)
Happy to help
Good How to write script build project for Production ?
help a lot thanks bro
Happy to help
How to upload on github
Please bro help text Color is not changing
Hi.
Did you get error in terminal?
Did you add your html file in tailwind config file?
@@hero_code bro i renamed tailwind.config as tailwind-default.config sothat i can create custom font and i made a new terminal then i run command {npx run test} then my all styles to web got removed....please help i'm beginner.
You shouldn't rename tailwind.config.js file name.
Rename it to default and run your program.
It will be okay.
@@hero_code ok sir thank you I'll try
@@hero_code can i have your insta please
Showing error missing script watch
You should add "watch" property in scripts object in package.json file.
Thank ! a Lot!
You're welcome!
Thank you
Bro love u
❤
Nice
Thanks
Thanks
💯
Please help
background sound is irritating
Horrible background music !!!!
hey! thanks so much for this tutorial! the one that actually worked for me.
so when i tried to run npm run watch i got :
warn - The glob pattern ./public/**/*.{html} in your Tailwind CSS configuration is invalid.
warn - Update it to ./public/**/*.html to silence this warning.
i changed it my content from:
content: ["./public/**/*.{html}"],
to:
content:["/public/**/*.html"]
and it started working. will this be a problem in the future?
Hi.
Thanks for your comment.
When you have more types of files like .js or .css in your public folder, you should use {}. It will be like this :
content: ["./public/**/*.{htm, js, css}"]
But when you have just ".html" files in your public folder, You shouldn't use {} and it won't cause any problem.