DEV Community

sivaram
sivaram

Posted on

4 2

I built this site without a single line of custom CSS

I built this site without a single line of custom CSS

I was playing with the tailwind CSS over the weekend. I loved the way how it works. If you are not aware of what tailwind is, check it out here tailwind. It is a utility first CSS framework where you have to write a bunch of classes instead of writing CSS properties.

I have used bootstrap for most of the things I have ever done so far. But right now am afraid that I will never go back to bootstrap again :) The main problem what I faced with the bootstrap is, it was preloaded with a bunch of styles. Whenever I want to customize it I have to override their style and write my own on top of it Which I feel its inefficient way. Since I moved to tailwind I could use purgecss like plugins to remove unused CSS in the bundle which I couldn't do it with bootstrap. I am really happy with the way tailwind is going and it has radically improved the way I build a website with custom designs.
This is my first site using tailwind. Please check it out here supportexamples.com and happy to share it with you all.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay