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
https://tailwindcss.com/docs/just-in-time-mode#new-features
Can be enabled with mode: 'jit'
mode: 'jit'
font-bold !font-medium
sm:hover:!tw-font-bold
before
after
content
peer-*
caret-color
transform
scale-*
rotate-*
filter
backdrop-filter
contrast-*
w-[762px] h-[918px]
md:dark:disabled:focus:hover:bg-gray-400
The text was updated successfully, but these errors were encountered:
muhammadsammy
Successfully merging a pull request may close this issue.
https://tailwindcss.com/docs/just-in-time-mode#new-features
Can be enabled with
mode: 'jit'
Supported:
font-bold !font-medium
,sm:hover:!tw-font-bold
before
andafter
pseudo-element variants andcontent
utilities (JIT: Add support forbefore
andafter
pseudo-element variants andcontent
utilities #237)peer-*
variants for styling based on sibling state (JIT: Add newpeer-*
variants for styling based on sibling state #233)caret-color
utilities (JIT: Addcaret-color
utilities #235)transform
class when using classes likescale-*
,rotate-*
, etc. (JIT: Remove need fortransform
class when using classes likescale-*
,rotate-*
, etc. #232)filter
andbackdrop-filter
classes when using classes likecontrast-*
,won't support:
w-[762px] h-[918px]
md:dark:disabled:focus:hover:bg-gray-400
([JIT engine] Generate classnames that allow variants to be stacked together #206)The text was updated successfully, but these errors were encountered: