Skip to content

Instantly share code, notes, and snippets.

@Jhony0311
Last active March 16, 2016 18:27
Show Gist options
  • Save Jhony0311/e980f1185f2f81680b57 to your computer and use it in GitHub Desktop.
Save Jhony0311/e980f1185f2f81680b57 to your computer and use it in GitHub Desktop.
An opinionated media query string setting
// Media query ranges
$small-range: (0em, 40em);
$medium-range: (40.063em, 63.938em);
$large-range: (64em, 89.938em);
$xlarge-range: (90em, 119.938em);
$xxlarge-range: (120em, 99999999em);
// Media query operators
$screen: "only screen";
$landscape: " and (orientation: landscape)";
$portrait: " and (orientation: portrait)";
import "settings.scss";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment