This was one of, if not THE, most useful Tailwindcss videos I’ve watched thus far, and I’ve been binge-watching them lately. I particularly liked that you showed the plugins that extend vanilla tailwind like typography and animate. Earned my sub! Gonna go check out your channel for more while I continue on my webdev learning journey (I’m a long-time career business analyst.)
@BlazeShomida5 ай бұрын
One thing I use for responsiveness is for things like instead of needing to add display block to something at certain breakpoints you can do `max-md:hidden` that way it’s just a little less code and tailwind basically treats it in reverse so up to md I want to be hidden rather than starting at md. Also you can omit the _ in the arbitrary values when it’s comma separated like colors, min/max/clamp, etc, the parser can automatically pick up the separator.
@tomisloading5 ай бұрын
Oh cool! I actually didn’t know they supported that haha!
@BlazeShomida5 ай бұрын
Also speaking of plugins, I actually created a npm package that allows you to pass in your primitives and helps you create themes for tailwind, essentially creates a custom tailwind plugin for you with your colors/themes.
@schmedu_3 ай бұрын
@@BlazeShomidaWhat is the name of the package?
@RuiValente5 ай бұрын
Great video TailwindCSS works perfectly with my new projects. It's easy to use and, most importantly, makes it easier to center divs and to choose colors and follow the "color rule"😆
@thomasbarnekow12812 ай бұрын
Great video, loved it!
@tamerahmed98605 ай бұрын
Amazing as always! Thank you
@tomisloading5 ай бұрын
Thank you so much! 😁
@dreamsachiever2125 ай бұрын
I love this. thanks for the tips
@tomisloading5 ай бұрын
Happy I can help! :)
@iamahtic5 ай бұрын
Your goated. Keep it up
@godofwar82625 ай бұрын
Great tutorial 🎉
@tomisloading5 ай бұрын
Thank you! 😁
@dr.d36005 ай бұрын
awesome video! great job due!
@prashlovessamosa5 ай бұрын
Great thanks buddy
@thepromisebenard5 ай бұрын
Nice Video Tom. Please what Vscode theme are you using?
@tomisloading5 ай бұрын
Andromeda!
@thepromisebenard5 ай бұрын
@@tomisloading Thanks
@ricardocnn5 ай бұрын
Amazing! It was a pleasant refreshment for me. Could you make a video about tailwind 4 alpha?
@tomisloading5 ай бұрын
Noted!
@ontheruntonowhere4 ай бұрын
Great video. Small, niggling correction: 'leading' at 11:18 is pronounced with a short 'e', as in 'ledding'. Rhymes with 'sledding'.
@alelsixx61685 ай бұрын
css nativo o tailwind , tengo que elegir uno ?
@smithdoesstuff2 ай бұрын
No, you can use tailwindcss for most of your styles, but you can use the input.css to define standard CSS classes that will get compiled into your deployed CSS file.
@legittutorial45655 ай бұрын
I love tailwind css but don't know why my tutor insisted bootstrap