Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

space-x and space-y #2

Open
christianmagill opened this issue Mar 31, 2022 · 1 comment
Open

space-x and space-y #2

christianmagill opened this issue Mar 31, 2022 · 1 comment

Comments

@christianmagill
Copy link

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.

@racha
Copy link
Owner

racha commented Apr 4, 2022

I've just published a new version which should fix quite a few bugs.... "xs" variant does not exist by default ? Please make sure you're using a correct variant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants