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)
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: https://github.com/tailwindlabs/tailwindcss/issues/4211 The playground: https://play.tailwindcss.com/YQ7Rdp8lvn TL;DR: