Skip to content

Instantly share code, notes, and snippets.

@freewayspb
Last active February 3, 2021 10:30
Show Gist options
  • Select an option

  • Save freewayspb/808f8afd34dc6acde97113d35d6538aa to your computer and use it in GitHub Desktop.

Select an option

Save freewayspb/808f8afd34dc6acde97113d35d6538aa to your computer and use it in GitHub Desktop.

Revisions

  1. freewayspb renamed this gist Feb 3, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. freewayspb created this gist Feb 3, 2021.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    /* smartphones, touchscreens */
    @media (hover: none) and (pointer: coarse) {
    /* ... */
    }
    /* stylus-based screens */
    @media (hover: none) and (pointer: fine) {
    /* ... */
    }
    /* Nintendo Wii controller, Microsoft Kinect */
    @media (hover: hover) and (pointer: coarse) {
    /* ... */
    }
    /* mouse, touch pad */
    @media (hover: hover) and (pointer: fine) {
    /* ... */
    }