I was wondering if this intentional behavior that fit-content function doesn't work in repeat/minmax functions or it's just the UA's that still didn't implement it yet?
For example, this code snippet, unfortunately, won't work:
grid-template-columns: repeat(auto-fill, minmax(80px, fit-content(10rem)));
I was wondering if this intentional behavior that fit-content function doesn't work in repeat/minmax functions or it's just the UA's that still didn't implement it yet? For example, this code snippet, unfortunately, won't work:
grid-template-columns: repeat(auto-fill, minmax(80px, fit-content(10rem)));