DEV Community

Discussion on: My first experience in Tailwind CSS 👩🏻‍💻

Collapse
 
dimitrisauvage profile image
Dimitri Sauvage

Bootsrap does not use purgecss. It is the developer role to use it,contrary to tailwind which have purge by default.

In bootstrap, you can customize all components. There is a lot of variables for each component, and you can change all classes in your code. For example, you can add .card { border-radius ;50%} and it Will work.

Collapse
 
ebuberoderick profile image
Ebube Roderick

In tailwind you can do bg-[url('imagePath/imageName.extension ')] and you have successfully added a background image
You can also try h-[300px]
Infact to cut all long story i can desing any UI without writing one single css all tailwind classes