Transform, Translate, Scale, and Rotate – What's new in Tailwind CSS

preview_player
Показать описание
Let's take a look at the new transform utilities, added in Tailwind CSS v1.2!

## Play with the code on Tailwind Play:
Рекомендации по теме
Комментарии
Автор

Thank you guys from Tailwind, i remember myself on my early days of coding writing my own utility classes without even knowing what a utility class was haha, your aproach feels natural to me and that makes coding so much more fun and so much less painfull.

aarondiaz
Автор

It seems this no longer works in Tailwind CSS 2.0 with "h-full w-full". Had to change to "h-32 w-32" for the white square to show up.

weitian
Автор

you must add class "w-full h-full" in div of transform transition to work!

yacobee