You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found a bug/interested behaviour when using Tailwind that caused by img { max-width: 100% }. Reading their code, it points to this (marvelous) project so I think you'd be interested too :D
imgs with percentaged width is considered as extrinsic child when calculating its intrinsic parent
there is a bug (or technically, undefined behaviour) where percentaged max-width are treated as percentaged width (i.e. turning elements to extrinsic child)
The text was updated successfully, but these errors were encountered:
Hi, I found a bug/interested behaviour when using Tailwind that caused by
img { max-width: 100% }
. Reading their code, it points to this (marvelous) project so I think you'd be interested too :DThe bug: tailwindlabs/tailwindcss#4211
The playground: https://play.tailwindcss.com/YQ7Rdp8lvn
TL;DR:
The text was updated successfully, but these errors were encountered: