0
兩個語句不似乎是有效的青菜如何在sass中一起使用@support @media?
@supports (display: -ms-grid) {
@media screen and (min-width: $breakpoint-sm) {
display: block;
}
}
或
@media screen and (min-width: $breakpoint-sm) {
@supports (display: -ms-grid) {
display: block;
}
}
是否有任何解決方案,既在線上線下類似@media screen and (min-width: $breakpoint-sm) and @supports (display: -ms-grid) {...}
請不要問我們要不要downvote。 –
@James Douglas我會的 – Muhammed