This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Description
What version of @tailwindcss/jit are you using?
v0.1.13
What version of Node.js are you using?
v14.15.1
What browser are you using?
Safari
What operating system are you using?
macOS
Reproduction repository
https://github.com/edgarasben/bulletproof-ui/
I am trying to access all variants from JIT documentation, but they do not seem to work.
I've tried these few from the documentation
<input class="disabled:opacity-75">
and
<button class="md:dark:disabled:focus:hover:bg-gray-400">
My setup is: Tailwind + Vite + React
What am I getting wrong here? Do I need to extra configuration?