Add new utilities for the positioning of elements in the DOM#71
Add new utilities for the positioning of elements in the DOM#71tavo1987 wants to merge 1 commit intotailwindlabs:masterfrom
Conversation
|
Hey @tavo1987 first of all thank you so much for the effort put into this, so stoked to see even the tests and documentation were update, awesome job! I feel horrible for this but I don't think we want to add these utilities to the framework right now for two primary reasons:
For those reasons my instinct is to say no to this addition for now, but I would be interested in discussing a few real world examples if you have any to share and seeing if it really is impossible to implement them with the current Again I really appreciate the effort put into it and you did a great job, I hope you continue to contribute in the future! |
|
Hi @adamwathan , do not worry, it was very fun for me to do it. By the way, Tailwindcss is amazing, keep it up. |
Hi, how are you.
Testing tailwindcss I found that there were no classes that allow me to center an element on the x or y axis. So I created them. I use them in my day to day with my projects, they have been very useful for me. What do you think ?
But we have to be careful with the responsive, by the transform property, it can cause undesired results, which could be solved by resetting the property :
transform: none