@mixin bp-m { @container (max-width: 620px) { @content }; }; @mixin bp-s { @container (max-width: 400px) { @content }; };