Snippets

代码片段收集板

extend hackedit

日期:

作者: 小胡子哥

/// *Mixtend* hack
/// @author Hugo Giraudel
@mixin mixtend-boilerplate($extend: true) {
  @if $extend {
    @extend %mixtend-boilerplate-placeholder;
  } @else {
    // Mixtend content
  }
}

%mixtend-boilerplate-placeholder {
  @include mixtend-boilerplate($extend: false);
}

Reference

标签:

loading...

这网速真是弱爆了...客官稍等,评论还在加载~