Frontend Responsive
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend responsive.
When to use this skill:
- When creating or editing UI components that need to adapt to different screen sizes
- When implementing mobile-first design approaches starting with mobile layouts
- When adding CSS media queries and responsive breakpoints (mobile, tablet, desktop)
- When using fluid layouts with percentage-based widths and flexible containers
- When choosing relative units (rem, em) over fixed pixels for better scalability
- When ensuring touch-friendly design with appropriately sized tap targets (minimum 44x44px)
- When optimizing images and assets for mobile network conditions and smaller screens
- When testing UI changes across multiple screen sizes and devices
- When making typography readable across all breakpoints without requiring zoom
- When implementing responsive grid systems or layout components
- When prioritizing content for smaller screens through thoughtful layout decisions
Instructions
For details, refer to the information provided in this file: frontend responsive