Hey! I went through the entire Tailwind CSS v4 documentation as part of dcastil/tailwind-merge#513 and noted some things that looked incorrect to me in the API tables. Not sure whether these are features/bugs or if I got it wrong, but wanted to leave this here in case you want to check them out.
I left out some classes that weren't documented but marked with a // Legacy comment in https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts.
- Not documented in API table
col-auto
col-span-full
col-span-[<value>]
col-span-(<custom-property>)
row-auto
row-span-full
row-span-[<value>]
row-span-(<custom-property>)
m-*-auto
min-w-none
max-w-none
max-w-prose
max-w-screen-<breakpoint>
leading-<tight|snug|normal|relaxed|loose>
- Incorrectly documented in API table
bg-(position:<custom-property>) is missing label position
bg-(size:<custom-property>) is missing label size
outline-offset-(length:<custom-property>) doesn't need length label
Hey! I went through the entire Tailwind CSS v4 documentation as part of dcastil/tailwind-merge#513 and noted some things that looked incorrect to me in the API tables. Not sure whether these are features/bugs or if I got it wrong, but wanted to leave this here in case you want to check them out.
I left out some classes that weren't documented but marked with a
// Legacycomment in https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts.col-autocol-span-fullcol-span-[<value>]col-span-(<custom-property>)row-autorow-span-fullrow-span-[<value>]row-span-(<custom-property>)m-*-automin-w-nonemax-w-nonemax-w-prosemax-w-screen-<breakpoint>leading-<tight|snug|normal|relaxed|loose>bg-(position:<custom-property>)is missing labelpositionbg-(size:<custom-property>)is missing labelsizeoutline-offset-(length:<custom-property>)doesn't needlengthlabel