We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@adamwathan @tailwindcss
thanks for your great utils how to use apply with separator
separator
.selector { @apply md:pr-sm lg:pr-md md:rtl:text-right md:ltr:text-left lg:flex sm:block hover:bg-black @apply md\:pr-sm lg\:pr-md md\:rtl\:text-right md\:ltr\:text-left lg\:flex sm\:block hover\:bg-black }
I getting error with : separator
:
I test both codes above
can we use this kinda @apply ?
#1044
The text was updated successfully, but these errors were encountered:
or with tailwindcss-dir
tailwindcss-dir
.selector { @apply rtl:text-right ltr:text-left }
Sorry, something went wrong.
https://tailwindcss.com/course/composing-utilities-with-apply/#app
ok I got it
but that was cool stuff if that's work tho ✋
Duplicate of #313
No branches or pull requests
@adamwathan @tailwindcss
thanks for your great utils
how to use apply with
separator
I getting error with:
separatorI test both codes abovecan we use this kinda @apply ?
#1044
The text was updated successfully, but these errors were encountered: