Join the Mighty Horde! Become a true WEB DEV WARRIOR! Subscribe! ⚔
@AIDragonMusicКүн бұрын
Those animations appear to be incredibly valuable.
@orcdevКүн бұрын
Yeah it looks awesome, still have to test it out. People are probably going to create wonders with it.
@bilalbeny4172Күн бұрын
Fantastic overview of Tailwind CSS v4! The new high-performance engine and streamlined configuration process are game-changers. The automatic content detection and CSS-first configuration make setup a breeze. Excited to leverage these enhancements in upcoming projects. Thanks for the insightful breakdown!
@orcdevКүн бұрын
Glad you enjoyed it! I love it too! Can’t wait to start using these animations in some way :D
@KidspirationStationКүн бұрын
Such great news and incredibly helpful content. Thanks!
@orcdevКүн бұрын
I’m glad you found the content helpful! Tailwind V4 really brings some exciting updates.
@anakravitz82Күн бұрын
Amazing update!
@orcdevКүн бұрын
@@anakravitz82 I love it!
@VivekTrend_Official20 сағат бұрын
Hey their i want use this with vite react but it gives me error on init cmd
@orcdev9 сағат бұрын
What does it say? It should be even easier to upgrade with Vite
@VivekTrend_Official6 сағат бұрын
@orcdev ok I was search error it say downgrade your nose npm v it is to high
@PelaeloMatabane7 сағат бұрын
Ohhh my, as a new learner of Tailwind, all the things I learnt last week have changed😭😭, I need someone to upload a tutorial using this new version.
@anselum54023 сағат бұрын
Could you recommend some tool for recording in windows, as screen studio is not available for windows?
@orcdev22 сағат бұрын
OBS is nice, I used it before screen studio.
@bilalbeny4172Күн бұрын
One more problem: I went to sleep, and when I woke up, everything with Tailwind CSS seemed messy. Now that the `tailwind.config.js` has removed(no more needed) in this version, I'm not sure how to use the DaisyUI plugin with Tailwind CSS anymore.
@orcdevКүн бұрын
Yeah basically all those dependencies need to be updated, we're probably going to wait a week or two for all those guys to upgrade :D
@mubzlyКүн бұрын
Which software do you use for screen recording
@orcdevКүн бұрын
It’s called Screen Studio, I love it! What do you think, is it good?
@mubzly12 сағат бұрын
@ it’s super clean my friend, I like the cursor zooming on your videos, am inspired 😌
@maaritswanderlust21 сағат бұрын
thank you
@orcdev16 сағат бұрын
You’re welcome!
@FrappGiveawaysКүн бұрын
oh man this update is cool
@orcdevКүн бұрын
It’s awesome!
@archit80Күн бұрын
Tailwind intellisense is not working with v4.0 as of now. Can anyone help me out with a similar extension ?
@orcdev22 сағат бұрын
It's working for old classes, but not for new like animations etc We have to wait for intellisense to support Tailwind v4
@Rahul_KhandekarКүн бұрын
I have a doubt Earlier version we would use .....--watch for observation of all js html files only once..... I have been using TSv4 from few days..... Problem im facing is i have to run --watch command every time If i make change in html..... Please help
@orcdevКүн бұрын
Hey there! That's interesting, it's not happening to me. Are you using this latest stable version? It was released yesterday.
@Rahul_KhandekarКүн бұрын
@@orcdevYes Used CLI method for installation I thought that was easy
@orcdevКүн бұрын
@@Rahul_Khandekar Yeah it is easy, weird that it's not working. Can you give me some piece of code so I can try and recreate it on my side? Maybe I can help out if I succeed :D
@Rahul_KhandekarКүн бұрын
Are you on instagram? Can you share profile I'll dm you
@PelaeloMatabane7 сағат бұрын
I experienced the same things yesterday, I had to run the watch command again before I could see my custom font being applied 😥
I’m currently facing an issue after installing Tailwind CSS v4. The Tailwind CSS IntelliSense extension in VS Code no longer provides autocomplete suggestions for classes. Has anyone else experienced this problem? Could this be due to breaking changes in Tailwind CSS v4? If you’ve encountered this issue and found a solution, I’d really appreciate your help. Thank you in advance!
@orcdevКүн бұрын
Same here! We have to wait for intellisense to update to support Tailwind v4. Same for all eslint, prettier etc dependencies
@bilalbeny4172Күн бұрын
@@orcdev Thanks, it's working for me now! I just closed VS Code and reopened it, and voilà-the Tailwind CSS IntelliSense is back to life!
@orcdevКүн бұрын
@ Awesome! It’s just not supporting new class names which they added in v4 like animations, shadow insets etc
@recipesbunkerКүн бұрын
Thankyou
@orcdevКүн бұрын
You're welcome!
@Tanner-cz4bdКүн бұрын
I’m gonna kinda wait for the shadcn guys to update before I use it personally It’s like my default way to use tailwind these days
@orcdev22 сағат бұрын
Yeah same here. I saw on X that they are working on it, it's probably going to be upgraded next week.
@warrenpeace2557Күн бұрын
is there any updates for this.. "hover:do-something hover:🤡 hover:do-something-extra" ... apollo was landed without internet. but tailwind cant provide pseudo selector chaining 😥
@orcdevКүн бұрын
@@warrenpeace2557 hahah never thought about this, but you gotta admit it’s simple to understand Tailwind :D
@nivekmozart6183Күн бұрын
stable is a joke. errors flooding on my end which is i hope they can fix them. i have 100+ sites needs to remodel because of this release.
@orcdev22 сағат бұрын
Those are probably some heavy styled projects :D What kind of errors do you have?
@nivekmozart61839 сағат бұрын
@@orcdev i think the root cause i found is removing tailwind.config.js. they called this one less file but this file is the most important of all. you get error if you have this in your folder.
@nivekmozart61839 сағат бұрын
@@orcdev actually i missed 1 info in the theme section.
@orcdev8 сағат бұрын
@@nivekmozart6183 Is now everything working normally?
@nivekmozart618355 минут бұрын
@orcdev yes, it worked fined but i still have to modify a bit in class that has opacity. Before I have `bg-opacity-30` and after updates, i can write it as `bg-opacity/30`. hopefully i won't encounter bugs migrating the tailwind.config.js to @theme