What problem does it solve? HTML email development is a minefield: Outlook renders with Microsoft Word, Gmail drops selectors, Yahoo rewrites height, and MJML's column widths live in media queries that some clients ignore. This Skill guides you through building emails with @dextinity/mail-react that render correctly across all major email clients. ## Core Features & Use Cases - Themed React Email Components: Build emails with MjmlSection, MjmlText, MjmlButton, and HtmlText components backed by a type-safe theme system with responsive values and module augmentation. - Battle-Tested Layout Patterns: Get proven patterns for multi-column layouts, fixed+fluid columns, mobile stacking, breakpoint content switching, and Outlook VML workarounds. - CMS Block Rendering: Render Dextinity CMS pixel-image and rich-text block data directly in emails with MjmlPixelImageBlock and createRichTextBlock. - Use Case: You need a two-column email section that stacks on mobile and renders correctly in Outlook, Gmail, and Yahoo Mail. The Skill provides the exact column padding, disableResponsiveBehavior, and registerStyles patterns to achieve this. ## Quick Start Ask the AI to build a responsive two-column email section using @dextinity/mail-react that stacks on mobile and works in Outlook.