Appearance
Quick start
Install (in your project):
bashnpm install -D tailwind-architectAnalyze (see what’s wrong):
bashnpx tailwind-architect analyze .Fix (apply sort, remove redundancy, apply suggestions):
bashnpx tailwind-architect fix .Lint in CI (fail the build when there are issues):
bashnpx tailwind-architect lint .
Optional: add tailwind-architect.config.json at the project root to tune behavior (see Configuration).