Replies: 1 comment
-
Hello everyone. I was about to open an issue before i noticed similar issue: -place-content I really love tailwindcss and i wanna contribute to it because that's the most i could do at the moment. |
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
-
These should technically already be supported since CSS Grid and Flexbox both share the justify and align properties. However based on the Tailwind documentation, it looks like it only supports the old Flexbox only syntax.
https://tailwindcss.com/docs/justify-content/#app
These justify and alignment properties should be updated to also support CSS Grid.
Affected properties:
Beta Was this translation helpful? Give feedback.
All reactions