Replies: 1 comment
-
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.
-
Hi everyone.
With grid layout and specifically with subgrid it could be usefull add items-inherit class to specify align-items: inherit property.
Adding items-inherit class could let developers to specify align-items only on outer element. Inner elements with grid-template-columns/grid-template-rows subgrid will inherit align-items by outer element.
At the moment the class is missing in tailwind class list https://tailwindcss.com/docs/align-items
Not even items-[inherit] works.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions