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.
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.
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"😆
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.
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.
Oh cool! I actually didn’t know they supported that haha!
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.
@@BlazeShomidaWhat is the name of the package?
An awesome tutorial 🤠
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"😆
Great video, loved it!
Nice Video Tom. Please what Vscode theme are you using?
Andromeda!
@@tomisloading Thanks
Amazing as always! Thank you
Thank you so much! 😁
awesome video! great job due!
I love this. thanks for the tips
Happy I can help! :)
Great video. Small, niggling correction: 'leading' at 11:18 is pronounced with a short 'e', as in 'ledding'. Rhymes with 'sledding'.
Great tutorial 🎉
Thank you! 😁
Your goated. Keep it up
css nativo o tailwind , tengo que elegir uno ?
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.
Great thanks buddy
Amazing! It was a pleasant refreshment for me. Could you make a video about tailwind 4 alpha?
Noted!
I love tailwind css but don't know why my tutor insisted bootstrap