-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Issues with content in v4 API tables #2027
Comments
Thanks for catching these, just pushed a change that corrects this stuff! Couple notes:
|
@adamwathan, another thing that seems to be missing is the |
Thanks for the notes! I'll incorporate those into the tailwind-merge update. By the way in https://tailwindcss.com/docs/background-size#using-a-custom-value there is an example that is also missing the |
@dmitrc Yeah a lot of these namespaces exist purely for BC and aren't documented on purpose at the moment 👍 For adding a custom background image class I'd recommend just creating a custom utility instead now: @utility bg-potato {
background-image: url(https://potato.com/potato.jpg);
} |
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.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>
bg-(position:<custom-property>)
is missing labelposition
bg-(size:<custom-property>)
is missing labelsize
outline-offset-(length:<custom-property>)
doesn't needlength
labelThe text was updated successfully, but these errors were encountered: