Back to Material Ui

Material UI and Tailwind CSS

skills/material-ui-tailwind/SKILL.md

9.0.11.2 KB
Original Source

Material UI and Tailwind CSS

Agent skill for MUI + Tailwind. SKILL.md is the entry; AGENTS.md is the full guide.

When to apply

  • Tailwind utilities not overriding MUI (specificity / layer order)
  • Setting up v4 with Next.js App or Pages Router, or Vite
  • className / slotProps.*.className on MUI components
  • Mapping --mui-* variables into Tailwind @theme
  • Legacy v3 setups or migrations

Sections in AGENTS.md

AreaTopics
v4@layer order, mui before utilities
Next.jsenableCssLayer, Pages GlobalStyles + shared cache
SPAStyledEngineProvider + enableCssLayer
UsageRoot vs slot className
@themeFull snippet on docs site; needs cssVariables
IntelliSenseVS Code classRegex
v3preflight, important, injectFirst, portals

Full guide

Read AGENTS.md. Copy-paste snippets: reference.md.