animate-css-grid icon indicating copy to clipboard operation
animate-css-grid copied to clipboard

Doesn't work with display: contents

Open zolomatok opened this issue 3 years ago • 0 comments

Amazing lib, but given a simple layout like...

.grid
       .item
            .wrap
                p helo
                p belo
        .item
            .wrap
                p helo
                p belo

...and CSS like...

.grid {
   display: grid
}

.item {
  display: contents
}

... the animations will no longer work. They do, if the .items don't have display: contents on the them.

Would it be possible to make it work with display: contents? 🥺

zolomatok avatar Oct 21 '21 08:10 zolomatok