1
votes

I'm learning and trying to use tailwind css but didn't find equivalent to align-content: stretch on https://tailwindcss.com/docs/align-content

Is this missing purposely or tailwind doesn't support all the things from plain CSS ?

1
My guess is with Tailwind you can find a good combo classes to achieve what align-content: stretch could do. If you have an image of what you want to achieve, I can guide you on possibilities.Digvijay

1 Answers

1
votes

This is because stretch is actually default behovior in CSS, so it makes no sense to use it I think.

Source #1 or Source #2

stretch (default): lines stretch to take up the remaining space