scss YAML响应(扩展子列)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss YAML响应(扩展子列)相关的知识,希望对你有一定的参考价值。

/* YAML Responsive */
@include breakpoint(480px,max) {

    /* linearization for grid module */
    .yaml4,
    .yaml4 > [class*="ym-g"] {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
        width: 100% !important;
    }

    /* reset defined gutter values */
    .yaml4 > [class*="ym-g"] > [class*="ym-gbox"] {
        overflow: hidden; /* optional for containing floats */
        padding: 0 !important;
        margin: 0 auto;
    }

}

以上是关于scss YAML响应(扩展子列)的主要内容,如果未能解决你的问题,请参考以下文章