Skip to content

Instantly share code, notes, and snippets.

@schalkneethling
Last active June 14, 2022 16:53
Show Gist options
  • Save schalkneethling/04e7b3ee8aafaab78d62d2f11ad4b694 to your computer and use it in GitHub Desktop.
Save schalkneethling/04e7b3ee8aafaab78d62d2f11ad4b694 to your computer and use it in GitHub Desktop.
$mq-tablet-and-up: screen and
(
min-width: 47.9375em,
);
$mq-small-desktop-and-up: screen and
(
min-width: 63.9375em,
);
$mq-large-desktop-and-up: screen and
(
min-width: 74.9375em,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment