cssgrid-ama icon indicating copy to clipboard operation
cssgrid-ama copied to clipboard

fit-content doesn't work in repeat/minmax functions.

Open Konrud opened this issue 7 years ago • 0 comments

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)));

Konrud avatar Feb 03 '18 11:02 Konrud