🌱 Detecting Hover-Capable Devices

Source
.some-component {
  /* Styles for touch devices */
}

@media (hover: hover) {
  .some-component {
    /* Styles for hover-able devices */
  }
}
Made by Brandon . If you find this project useful you can donate.