Skip to content
Discussion options

You must be logged in to vote

Yes, a lot is missing from TailwindCSS v4's new CSS-first documentation. You can find the documented ones listed here (such as --color-*):

Many undocumented namespaces - like the --text-color-* or --background-color-* you mentioned - don't yet have a dedicated place, so the following table contains the complete list of what's missing.

Explanation of the table:

  • The 1st column contains the old v3 JS-based key, which could be used in theme.{key} or theme.extend.{key}. Based on the v3 key, you can easily find its v4 counterpart.
  • The 2nd column contains the corresponding new v4 CSS-first configuration namespace, which can be used within @theme. It may also include …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rozsazoltan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant