Skip to content

Doesn't work with display: contents #64

Description

@zolomatok

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? 🥺

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions