Was lacking inspiration till i saw your tailwind css book. Your teaching style is unmatched,, went through half the content in a day and I feel super confident of my skills. Now everytime i see a design or picture, i immediately know how to bring it to life. Thanks
@Thirus Жыл бұрын
Wow! That’s the best review I’ve received so far. Makes me really happy :) Thank you!
@ahmedmusawir Жыл бұрын
This is THE BEST tutorial on the topic in the whole wide world ... maybe even in the universe!! Wow!!
@Thirus Жыл бұрын
Thank you so much 😊
@ahmedmusawir Жыл бұрын
@@Thirus I hope you maintain that awesome plugin of yours ... for the sake of humanity ...
@SergejTihonov2 жыл бұрын
Thank you very much for this video and especially the detailed explanation of the concept that you user inside the plugin. I learned a ton of css tricks from your book and this plugin and video is an awesome addition to that. Looking forward to the next small chunk of css knowledge to learn from you.
@Thirus2 жыл бұрын
Hey Sergej thank you for the lovely comment 😊 Happy to hear that. Hope you’ve subscribed to my newsletter too: www.getrevue.co/profile/shrutibalasa
@shaileshkumarsingh69832 ай бұрын
This is really good , so far the best that i have seen , will really love another complex tutorial using this plugin of your's mam , please
@DavePerth2 жыл бұрын
Nice to see you back 😎
@Thirus2 жыл бұрын
Glad to be back 😊
@codernerd70762 жыл бұрын
Just want to say that I love your tailwind videos and your tailwind book, hope you will write another one day, one of my huge pain points with Tailwind is forms, I know about the plugin but it makes the form field not really look all that great. This Plugin is amazing!
@Thirus2 жыл бұрын
Thank you very much. I’ll see if I can make a video on forms.
@mathis-meth42292 жыл бұрын
Ma'am you are a huge inspiration. Any school who has you as its teacher will have kids grow their love for web-development that's for sure. We need teachers like you who make learning fun and intuitive. I have one request ma'am. Just like you make videos about css, can you make some for Javascript? I read your blog post on snap-scroll to make carousel. Loved it!
@Thirus2 жыл бұрын
Thank you so much for the lovely comment. I feel very happy reading this :) Many viewers have requests for javascript tutorials. Will surely consider it.
@mostafahosseini276213 күн бұрын
Thanks for sharing your knowledge ! 🙏
@Thirus13 күн бұрын
You’re welcome!
@brijeshprasaddas2493 ай бұрын
I am loving this already...really so helpful
@Thirus3 ай бұрын
Great to hear this :)
@chinmaykumar7975 Жыл бұрын
grid-cols-[repeat(auto-fill,minmax(250px,_1fr))]
@Thirus Жыл бұрын
Yes, you don’t have to remember this if you use the plugin. That’s it :)
@talkathiriify2 жыл бұрын
Excellent I love the way you explain and simplify things. Thank you very much fir sharing.
@Thirus2 жыл бұрын
You’re welcome 😊
@wayneswildworld2 жыл бұрын
Just used this plugin... AMAZING +1 SUB
@Thirus2 жыл бұрын
Great! Thank you 😊
@chriscsmoon Жыл бұрын
Great time saver. I love it! Thank you so much for sharing this.
@Thirus Жыл бұрын
You’re welcome :)
@dmitriybalaban719 Жыл бұрын
Awesome plugin, thanks a lot!
@Thirus Жыл бұрын
You’re welcome :)
@abhishekwebdeveloper2 жыл бұрын
Awesome! Thank you so much for this video.
@Thirus2 жыл бұрын
You’re welcome :)
@nicenaija99522 жыл бұрын
Or do this module.exports = { theme: { extend: { gridTemplateColumns: { 'fluid': 'repeat(auto-fit, minmax(20rem, 1fr))', } } } } You could then use the class grid-cols-fluid.
@Thirus2 жыл бұрын
That’s another option, yes. But you need to add for all the sizes you need.
@nikson423010 ай бұрын
Thank you so much ❤
@Thirus10 ай бұрын
You’re welcome!
@OctaBrainComputer9 ай бұрын
How to create those custom plugins
@Thirus9 ай бұрын
Check out my latest video - Create custom Dynamic Components in Tailwind CSS using matchComponents Plugin Function kzbin.info/www/bejne/qanbhn5moZ2dgac This will give you an idea
@owaisulhaq7681 Жыл бұрын
your plugin is not working for me. I am facing a lot of issues in making my website responsive. Kindly guide me. I would be really thankful to you.
@Thirus Жыл бұрын
Can you tell me what’s the exact issue? You can DM me screenshots at twitter.com/shrutibalasa
@adityarevankar65298 ай бұрын
Im not able to use this in my react project.
@Thirus8 ай бұрын
It should work irrespective of the framework actually
@adityarevankar65298 ай бұрын
Yep that's what I thought l, I'll try once again.
@pedromchd2 жыл бұрын
Thank you! You are awesome!
@Thirus2 жыл бұрын
You’re welcome!
@PcHabitat2 жыл бұрын
Amazing video, thank you so much
@Thirus2 жыл бұрын
You’re welcome :)
@input3518 Жыл бұрын
Hello mam, can you make a video how to make plugin and publish github please mam.
@Thirus Жыл бұрын
I’ve written an entire chapter on “creating your own plugin” in my latest ebook - shrutibalasa.gumroad.com/l/level-up-with-tailwind-css
@ranga31942 жыл бұрын
Thank you so much
@Thirus2 жыл бұрын
You’re welcome 😊
@sahariarahsanbijoy Жыл бұрын
tnx apu
@anuj72862 жыл бұрын
How to put column width with responsive in grid?
@Thirus2 жыл бұрын
I didn’t understand your question
@anuj72862 жыл бұрын
@@Thirus i mean how to define each column width by using grid.
@anuj72862 жыл бұрын
Thankyou sm :)
@Thirus2 жыл бұрын
You’re welcome!
@manishchauhanchauhan3963 Жыл бұрын
why are not work sm:hidden
@Thirus Жыл бұрын
sm:hidden hides the element above sm breakpoint. I don’t know what you’re trying to achieve. You need to give me more details.