tagami-mio
1/28/2020 - 7:42 AM

hide-text

spanタグで囲んだテキストを目の前から見えなくします

@mixin hide-text {
  span {
    display: none;
  }
}