at-import / breakpoint

Really simple media queries in Sass
MIT License
2.09k stars 142 forks source link

Cant use custom sumple OrQuery #162

Open projct1 opened 8 years ago

projct1 commented 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...