scss bootstrap4媒体查询

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss bootstrap4媒体查询相关的知识,希望对你有一定的参考价值。

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width

以上是关于scss bootstrap4媒体查询的主要内容,如果未能解决你的问题,请参考以下文章

scss Bootstrap 3 SCSS媒体查询

scss 媒体查询SCSS

scss Bootstrap v4 SCSS媒体查询

scss Vanilla CSS媒体查询+ Sass媒体查询mixin

SCSS 中的媒体查询无法正常工作

SCSS:按媒体查询分组输出