I am looking for advanced tailwind CSS tutorials
Hello developers, I am looking for advanced tailwind CSS tutorials like customizing and overriding styles.
To customize Tailwind CSS you need to install Tailwind CSS via npm or yarn and generate a Tailwind config file using npx tailwind init
, this will create a tailwind.config.js
file in your root, from there you can customize as much as you want.
For up-to-date information about customizing Tailwind I recommend looking at the documentation for configuration.
That'll give you an overview of how customizing in Tailwind works. You can also look at almost any class in the documentation and look at the right sidebar, most have a section on how to customize that class.
If you're using Laravel you can check out my post on installing and building Tailwind CSS with Laravel, should still be up-to-date.
You can check this YouTube channel for advanced tailwind tutorials "https://www.youtube.com/channel/UCy1H38XrN7hi7wHSClfXPqQ"