Closed grloch closed 4 years ago
Hi guys!
It is possible usa a "OR" statement? Something like: @include media(">=phone", "or >=desktop"){...}
@include media(">=phone", "or >=desktop"){...}
Compiling to: @media (min-width: 123456px), (min-width: 456789px){...}
@media (min-width: 123456px), (min-width: 456789px){...}
I tried look on documentation, but didn't found anything related to this.
Hi @grloch See issue #102 There is now a https://github.com/nirazul/include-media-or
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.