pe-clearfix()

/.tmp_src/docs/application.css
引数 初期値 備考
なし - - -
@mixin pe-clearfix {
  ...
}
.class-name {
  @include pe-clearfix;
}
.class-name:before,
.class-name:after {
  display: block;
  overflow: hidden;
  content: "";
}
.class-name:after {
  clear: both;
}
Last update at 2016/09/16 15:55

Styleguide