postcss-colorblind
postcss-colorblind copied to clipboard
Tailwindcss support
I've noticed that this plugin does not work at all with tailwindcss. is that because of how tailwind uses css variables for colors etc? can something be done around it to make things work?
Tailwind users who also use this plugin may want to add the following setting to their configuration:
future: {
disableColorOpacityUtilitiesByDefault: true
}
I guess, this is not in the documentation. I've found it here: https://github.com/tailwindlabs/tailwindcss/blob/3.2/types/config.d.ts#L66