#1143·stitches

Container queries support

Author: gokulsgrCreated Feb 23, 2023Updated Jan 27, 2025

Could you please add support for container queries like we have for media queries?

media: {
    bp1: "(min-width: 520px)";
    bp2: "(min-width: 900px)";
    bp3: "(min-width: 1200px)";
    bp4: "(min-width: 1800px)";
    motion: "(prefers-reduced-motion)";
    hover: "(any-hover: hover)";
    dark: "(prefers-color-scheme: dark)";
    light: "(prefers-color-scheme: light)";
}