Skip to content

Commit

Permalink
add mq
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsamora committed Mar 18, 2024
1 parent ad58845 commit 40246a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/stores/mq.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ const queries = {
"60rem": "(min-width: 60rem)",
"70rem": "(min-width: 70rem)",
"80rem": "(min-width: 80rem)",
"reducedMotion": "(prefers-reduced-motion: reduce)",
"desktop": "(hover: hover) and (pointer: fine)"
reducedMotion: "(prefers-reduced-motion: reduce)",
colorSchemeDark: "(prefers-color-scheme: dark)",
desktop: "(hover: hover) and (pointer: fine)"
};

function calculateMedia(mqls) {
Expand Down

0 comments on commit 40246a8

Please sign in to comment.