eduardoboucas / include-media

📐 Simple, elegant and maintainable media queries in Sass
https://eduardoboucas.github.io/include-media/
MIT License
2.57k stars 191 forks source link

Or statement #185

Closed grloch closed 4 years ago

grloch commented 4 years ago

Hi guys!

It is possible usa a "OR" statement? Something like: @include media(">=phone", "or >=desktop"){...}

Compiling to: @media (min-width: 123456px), (min-width: 456789px){...}

I tried look on documentation, but didn't found anything related to this.

jackmcpickle commented 4 years ago

Hi @grloch See issue #102 There is now a https://github.com/nirazul/include-media-or