PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

I am looking for advanced tailwind CSS tutorials

annalizasolivio

Feb 7th, 2021 03:54 AM

Hello developers, I am looking for advanced tailwind CSS tutorials like customizing and overriding styles.

thinkverse

Feb 7th, 2021 06:06 AM

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.

christaelrod

Mar 15th, 2021 04:37 AM

You can check this YouTube channel for advanced tailwind tutorials "https://www.youtube.com/channel/UCy1H38XrN7hi7wHSClfXPqQ"