googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
638 stars 555 forks source link

What is display: -webkit-box #142

Closed fselcukcan closed 5 years ago

fselcukcan commented 5 years ago

I have searched it through internet but could not what it is. I could not see a value as box or webkit prfix version in your code i.e -webkit-box. It is placed in the inline.css file. What is it? Where can I find documentation about it?

petele commented 5 years ago

It's the old flexbox syntax, no longer used.

aykut-rocks commented 1 year ago

it still has to be used with line-clamp, no equivalent yet