scss 印刷术Mixin

Posted

tags:

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

@mixin typography($weight, $size, $height, $spacing, $after, $extra) {
  font-weight: $weight;
  line-height: $height / 10 + rem;
  letter-spacing: $spacing / 10 + rem;
  margin-bottom: $after / 10 + rem;

  @if $size > 24 {
    @include font-size($size*0.8);
  } @else {
    @include font-size($size);
  }

  @include screen-sm {
    @include font-size($size);
  }

  &.extra-space {
    margin-bottom: $extra;
  }
}

以上是关于scss 印刷术Mixin的主要内容,如果未能解决你的问题,请参考以下文章

scss SCSS Breakpoints Mixin

scss 纵横比SCSS Mixin

scss SCSS mixin用于概述文本

scss 我的SCSS Mixin工具箱

scss 占位符mixin scss

scss flex mixin scss