Tailwind property-class map cheat-sheet #4195
ErfanMirzapour
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've made a cheat sheet for a tailwind that maps all css properties tailwind supports to corresponding classes.
like:
float: float-(none|left|right)
clear: clear-(none|left|right|both)
object-fit: object-(none|contain|cover|fill|scale-down)
I made it for myself to be able to quickly review and find tailwind classes.
Then I thought it might be helpful for others like me.
So, here it is:
https://gist.github.com/ErfanMirzapour/af8b91e2a5d675c153b7e7706d009a02
Beta Was this translation helpful? Give feedback.
All reactions