Add a transparency-reduce
variant
#13652
UltraCakeBakery
started this conversation in
Ideas
Replies: 2 comments
-
There is currently a PR for this for v4. You can add this to v3 via your plugins: [
require('tailwindcss/plugin')(function ({ addVariant }) {
addVariant('transparency-reduce', '@media (prefers-reduced-transparency)')
}),
], |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would rather see this implemented in v3 by default though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-transparency
If possible, please add this to v3.
Beta Was this translation helpful? Give feedback.
All reactions