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
v3.5.1
According to my tests, arbitrary variants doesn't work for daisyui classes. This is an example:
<label className="swap-rotate swap [@media(prefers-color-scheme:dark)]:swap-active [@media(prefers-color-scheme:dark)]:bg-red-600">
And as you can see: [@media(prefers-color-scheme:dark)]:bg-red-600" works, but [@media(prefers-color-scheme:dark)]:swap-active doesn't work.
[@media(prefers-color-scheme:dark)]:bg-red-600"
[@media(prefers-color-scheme:dark)]:swap-active
Chrome Version 115.0.5790.171 (Official Build) (64-bit)
No response
The text was updated successfully, but these errors were encountered:
260214b
Fixed in 3.6.2
3.6.2
Sorry, something went wrong.
No branches or pull requests
What version of daisyUI are you using?
v3.5.1
Describe your issue
According to my tests, arbitrary variants doesn't work for daisyui classes. This is an example:
And as you can see:
[@media(prefers-color-scheme:dark)]:bg-red-600"
works, but[@media(prefers-color-scheme:dark)]:swap-active
doesn't work.What browsers are you seeing the problem on?
Chrome Version 115.0.5790.171 (Official Build) (64-bit)
Reproduction URL
No response
The text was updated successfully, but these errors were encountered: