@mixin none-touch {
  @media (hover: hover) {
    @content;
  }
}
