How to extend scale properly? #3346
Unanswered
gustaff-weldon
asked this question in
Help
Replies: 1 comment
-
Looks like it was not a problem with the Tailwind, but more with how we build tailwind config, the above works just fine. This thread can be closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to extend scale to be able to use
transform: scaleX(-1)
. I have extended the config:but that does not result in any new css generated with
tailwind build
.Interestingly, similar works for rotate just fine:
adds bunch of clases with a proper variable, eg.:
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions