PROS AND CONS OF TAILWIND CSS

 

PROS AND CONS OF TAILWIND CSS:

Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. I like to think of it as a cool way to write inline styling and achieve an awesome interface without writing a single line of your own CSS.

In short terms, the main benefit of Tailwind is that it relieves you from having to write loads of CSS, and you can instead use Tailwind directly in your HTML.

PROS:

It makes the styling process much faster: It makes our work easier because as a developer, we don't need to switch between the css and html. We can simply do our styling in the html itself.

It provides convenience: That is by using css, developers face a lot of problems. This can be avoided by simply using the tailwind css classes.

It provides security: People can safely use it in production.

It is highly customizable: Since it is open source and free use, we can easily customize according to our needs. 

It can be optimized using purgeCSS: We can optimize tailwind CSS using purgeCSS which will remove unwanted CSS.

It facilitates fluid community interaction: It provides greater interaction facility to develop the community

CONS:

Html becomes verbose: As we are implementing tailwind in our html itself, markup becomes more verbose.

Components aren't provided by default: Since tailwind CSS doesn't provide buttons, navigation bar, we need to implement everything from scratch.

Small learning curve: Though you are familiar with CSS, you have to know pre-defined classes used in tailwind CSS.

Thanks for readingšŸ¤... To get more computer knowledge, I strongly recommend you to get along with our posts.

Comments

Popular posts from this blog

MULTIMEDIA

Exploring The Hidden Internet

SKINPUT TECHNOLOGY