.container { @media (min-width: 48em) { max-width: 400px; } } .gray-text { @mixin dark { color: #807e7e; } @mixin light { color: gray; } }