@mixin pointer-fine() {
  @media (pointer: fine) {
    @content;
  }
}
