scss cleanflex clearfix flex

Posted

tags:

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

@mixin cleanflex {
  &::after,
  &::before {
    content: "";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  &::after {
    clear: both;
  }
}

以上是关于scss cleanflex clearfix flex的主要内容,如果未能解决你的问题,请参考以下文章

scss clearfix.scss

scss SCSS Clearfix Mixin

scss ClearFix

scss 扩展clearfix

scss 扩展clearfix

scss clearfix