Open projct1 opened 8 years ago
Ho i can get result of simple orQuery? @media (min-width: 1280px), (max-width: 991px) {
}
I tried many variety of breakpoint like this:
@include breakpoint('min-width 1280px, max-width 991px') @include breakpoint('min-width 1280px or max-width 991px') @include breakpoint('(min-width 1280px) (max-width 991px)')
etc..
But all results is wrong...
Ho i can get result of simple orQuery? @media (min-width: 1280px), (max-width: 991px) {
}
I tried many variety of breakpoint like this:
etc..
But all results is wrong...