Bro just changed the background of the thumbnail 😂
@taahir_khhan4 күн бұрын
Started learning Tailwind - So much inline CSS and messed up components etc. After understanding the importance - I want to use only tailwind, nothing else 😄.
@its_maalik3 күн бұрын
4:26 this is great change, it allows great theming potential compared to the older way, also css variables are native to css which makes a great feature, you can access these variables into javascript as well like any other css property.
@akshaygadekar99264 күн бұрын
Mehul, what is your main product, codedamn or fermion? Which you expect to grow in future?
@yashsolanki0694 күн бұрын
i was inspecting fermion and the landing page does not have much mention of the --tw- (prefix) of the classes. and neither does css file has default tailwindcss classes but i know some properties were available so is fermion not heavily using the tailwindcss or some customization has been done to not include default variables at the build time.
@AleksandraWeiland4 күн бұрын
Appreciate the detailed breakdown! Just a quick off-topic question: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@sourabhsingh45155 күн бұрын
now my boy shadcn need to rewrite a major chunk of his code 😢
@caresbruh4 күн бұрын
Huh? It is still new
@sourabhsingh45154 күн бұрын
@caresbruh I'm talking about after v4
@statuschannel85724 күн бұрын
then make a PR and help him.. why cry like you're going to do it? lol
@caresbruh4 күн бұрын
@@statuschannel8572 yeah lol
@sourabhsingh45154 күн бұрын
@@statuschannel8572 Because I won't be able to use the tailwind v4 before he adapts to it. That's simple.
@oussamasethoum16654 күн бұрын
182x says there is cache
@orionh55355 күн бұрын
How exciting, shame my clients are still using v1 and too scared to upgrade
@notvedxp5 күн бұрын
V1? Th
@statuschannel85724 күн бұрын
ask them to upgrade to vanilla css lol
@cryptoknight94404 күн бұрын
What 😮 really 😂😂😂
@oussamasethoum16654 күн бұрын
the config in css is better, the js config file runs only at build time, so in the end tailwind is js free in build.
@ankit.chaurasia4 күн бұрын
But the performance in dev env also means a lot for those with heavy projects. I had project which use to start in 7s, then after bun 5s, then i used turbopack it took 4s maybe it can reduce more in future 😅
@StackAce4 күн бұрын
Ha can you help me My project building a custom framework that can generate applications for web, mobile, and desktop platforms from a single codebase including backend *(Unified backend)* Developer stage same for all *Build Web command* Create a Web folder inside the folder create all necessary file and folder for deployment *Build mobile command* Create a Mobile folder inside the folder create all necessary file and folder for deployment *Build desktop command* Create a Desktop folder inside the folder create all necessary file and folder for deployment