sveltevietnam.dev icon indicating copy to clipboard operation
sveltevietnam.dev copied to clipboard

Wrap hover styles within proper interaction media queries

Open vnphanquang opened this issue 1 year ago • 0 comments

@media (hover: hover) and (pointer: fine) {
  .element:hover {
    /* ... */
  }
}

Make sure to add a corresponding Tailwind variant.

vnphanquang avatar May 14 '24 09:05 vnphanquang