No Inline Styles
Use CSS classes or modules instead of inline style attributes
CLAUDE.md
Use CSS classes, modules, or styled components instead of inline style attributes. Inline styles can’t be cached, can’t use media queries, and make the markup harder to read.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.