What is transform pseudo-class variant configuration for? #1788
Answered
by
Apostolique
muhammadsammy
asked this question in
Help
-
In TailwindCSS pseudo-class variants documentation, there is a property named |
Beta Was this translation helpful? Give feedback.
Answered by
Apostolique
May 18, 2020
Replies: 1 comment 2 replies
-
I can't answer perfectly, but you can see the code here: https://github.com/tailwindcss/tailwindcss/blob/master/src/plugins/transform.js Looks like it's used as a base for the other transforms For example with scale: <img class="transform scale-75 ..."> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
muhammadsammy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't answer perfectly, but you can see the code here: https://github.com/tailwindcss/tailwindcss/blob/master/src/plugins/transform.js
Looks like it's used as a base for the other transforms
scale
,rotate
,translate
,skew
,origin
.For example with scale: