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
I cannot get to work responsive utility variants with daisyUI components, e.g. buttons: btn btn-xs sm:btn-lg
btn btn-xs sm:btn-lg
Is there a way to tell UnoCSS explicitely to generate those combinations?
StackBlitz reproduction
The text was updated successfully, but these errors were encountered:
Oops, that made me aware of the pre-compiled approach I take doesn't work with any variant 😅
Unfortunately no. But I will start working on a full port, so the limitation won't exist anymore.
Sorry, something went wrong.
Good news: v3 is out!
Bad news: it doesn't support variants yet 😞 it's possible, but I don't think I will get to it soon.
As for your specific issue though, you can just construct the classes yourself, like sm:w-4 sm:h-2. Hopefully it's not too much a hassle 😄
sm:w-4 sm:h-2
No branches or pull requests
I cannot get to work responsive utility variants with daisyUI components, e.g. buttons:
btn btn-xs sm:btn-lg
Is there a way to tell UnoCSS explicitely to generate those combinations?
StackBlitz reproduction
The text was updated successfully, but these errors were encountered: