DEV Community

Cover image for Getting Started With Tailwind CSS
Abiola Esther
Abiola Esther

Posted on • Updated on

Getting Started With Tailwind CSS

TailwindCSS is a low-level utility first CSS framework. It's unlike other CSS frameworks. It gives you a whole lot of power and flexibility with its utility classes which let you build your own components.
With the release of TailwindCSS 2.0, a whole lot of amazing features were released like -

  • Dark Mode 😎

  • Extended Colour Palette 🎇

  • Gradients 💫

  • Animations 🎆

Getting started with TailwindCSS is quite easy; so I created a Github Repository - TailwindCSS Setup.

With the repo, it easier to start out your projects with TailwindCSS, you can start by cloning the repository, or downloading the folder.

You can also configure your default styles in the tailwindcss-config.js,This documentation explains how to configure the file.

To get more information about TailwindCSS-Checkout the documentation, It's well documented and easy to understand.

If you have any questions, you can leave a comment below 👇 and don't forget to star the Repo.

Top comments (0)