Replies: 1 comment 1 reply
-
Hey! This seems to be working properly: https://play.tailwindcss.com/ftWqHyfppW Are you able to reproduce this issue in a Tailwind Play or maybe share a GitHub repo? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am trying to add left:50% to an absolute positioned element. But none of the left properties except left-0 are doing anything. So left-1/2, left-1, left-2.... are all not working.
this:

results in this:

i checked my tailwind config, all seems fine, nothing gets overwritten:
any hints would be great!
Beta Was this translation helpful? Give feedback.
All reactions