mo49
6/19/2019 - 7:19 AM

_hr.scss

// 1pxのhrをつくるためのハック
@mixin hr() {
  height: 1px;
  border: none;
  border-top: 1px $border-color solid;
}