Anthony Pipkin
Results
1
comments of
Anthony Pipkin
I ran into a similar problem with this and a `display:flex` fallback to a `display:table-cell`. Because the optimizer took: ``` .list { display: table-cell; display: flex; } .list--master { display:...