css-container-queries

Installation
SKILL.md

CSS Container Queries

Use container queries when a component should adapt to its parent size. Use media queries for page layout.

When to Use

  • Reusable cards, widgets, forms, sidebars, or panels.
  • Component appears in narrow and wide contexts.
  • Internal component layout depends on available component width.
  • Building component library behavior.

Goal

Make responsive components portable. Reduce coupling between component internals and page layout.

Rules

Installs
6
GitHub Stars
4
First Seen
May 4, 2026
css-container-queries — flpbalada/fb-skills