Skip to content

Instantly share code, notes, and snippets.

@LucaRosaldi
Created March 12, 2020 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucaRosaldi/2c27562954144530b07d6e9664a3eb46 to your computer and use it in GitHub Desktop.
Save LucaRosaldi/2c27562954144530b07d6e9664a3eb46 to your computer and use it in GitHub Desktop.
CSS: Media Query for touch and non-touch devices
@media (hover: hover) {
/* targets only non-touch devices */
}
@media (hover: none) {
/* targets only touch devices */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment