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 implementing responsive layouts that adapt from mobile to tablet to desktop
- •When using CSS media queries (@media) or container queries (@container) for breakpoint-specific styles
- •When applying responsive utility classes in Tailwind (sm:, md:, lg:, xl:, 2xl:)
- •When creating fluid layouts with flexbox, CSS Grid, or percentage-based widths
- •When using relative units (rem, em, %, vw, vh) instead of fixed pixel values
- •When implementing mobile-first CSS that progressively enhances for larger screens
- •When configuring viewport meta tags for proper mobile rendering
- •When ensuring touch targets meet minimum sizes (44x44px) for mobile usability
- •When implementing responsive typography that scales across screen sizes
- •When optimizing images for different screen densities (srcset, picture element)
- •When testing UI across multiple device sizes and orientations
- •When implementing responsive navigation (hamburger menus, collapsible sidebars)
- •When handling responsive spacing, margins, and padding across breakpoints
- •When prioritizing content for mobile layouts with appropriate show/hide patterns
Instructions
For details, refer to the information provided in this file: frontend responsive