dragma/styled-bootstrap-grid

Media min and max

dongepulango opened this issue · 2 comments

Would be nice to have media as

xs-min
xs-max
sm-min
sm-max
md-min
md-max
lg-min
lg-max
xl-min
xl-max

so you can apply styles for example like:

${media.lg-min && media.lg-max`
    color: red;
` }

I also think this would be a nice feature.

This feature is already in the package. Should be in the documentation though.

${media.min.lg` color: red; `}