Skip to content

space-x and space-y #2

@christianmagill

Description

@christianmagill

I think I've hit an issue here.

Using a class like child-ul:xs:space-x-6 results in the following output that ignores the child selector.

@media (min-width:420px){
    .child-ul\:xs\:space-x-6>:not([hidden])~:not([hidden]){
        --tw-space-x-reverse:0;
        margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));
        margin-right:calc(1.5rem*var(--tw-space-x-reverse))
    }
}

I've tried with the breakpoint placed at the front xs:child-ul:space-x-6 and nothing outputs. child-ul:space-x-6 works as expected.

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