-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to use a specific direction as varient? #14
Comments
+++++++ |
Hi, This plugin doesn't translate well into CSS (seeing as how you can't What I did to get around this in my own personal projects, is add a scss mixin:
|
I would like to have this feature too. Are you accepting PRs @RonMelkhior? I wouldn't mind to add it. |
Hi! Do you mean adding variant support in I'd love to accept a PR for it, but depending on your implementation it might fit better in it's own repo so people who don't use tailwind can enjoy it. If your implementation will be pretty Tailwind-specific then of course :) |
hi @RonMelkhior My idea is just adding the additional variants ( @variant rtl {
.menu-collapsed {
@apply border-l;
}
} By default I program my styles in |
I doubt you can change |
I think it is not possible right now because only the |
Thanks! I'm unfortunately not home until Friday, so I'll only be able to merge it then. |
Sure, when you have time. Thanks @RonMelkhior |
How can I achieve something like:
The text was updated successfully, but these errors were encountered: