-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Description
Related page
https://mui.com/material-ui/integrations/interoperability/#tailwind-css
Kind of issue
Docs section on TailwindCSS integration with MUI is out of date
Issue description
TailwindCSS released a new version recently, but the docs show integration guide with an older version.
Context
With the release of TailwindCSS v4, many styles coming from utility classes such as m-2 are not being applied correctly. I assume this is because of improper integration of the new version with MUI. Could we please update the integration info to cover tailwindcss v4 with MUI?
(Assumption, could be wrong: I think utility classes are not being applied because of cascade errors related to using CSS layers. Utility classes reside in @layer utilities, whereas MUI components such as Button have inline styles)
Search keywords: tailwindcss v4