rachelandrew / cssgrid-ama

Ask me anything about CSS Grid Layout
328 stars 12 forks source link

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

Open Konrud opened 6 years ago

Konrud commented 6 years ago

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