阅读背景:

怎么用!在SASS mixin中默认?

来源:互联网 

I have this SASS mixin:

我有这个SASS mixin:

@mixin micro-clearfix
    &:after,
    &:before
        content: ""
        display: table
    &:after
        clear: both
    * html &
        height: 1% !default
    *+html &
        min-height: 1% !default
@mi



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: