Skip to content

Instantly share code, notes, and snippets.

@lubkoKuzenko
Created October 22, 2018 14:12
Show Gist options
  • Save lubkoKuzenko/67ece2f3ec37909df6a5f5da9332a648 to your computer and use it in GitHub Desktop.
Save lubkoKuzenko/67ece2f3ec37909df6a5f5da9332a648 to your computer and use it in GitHub Desktop.
material breakpoints
Handset: "(max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape)"
HandsetLandscape: "(max-width: 959px) and (orientation: landscape)"
HandsetPortrait: "(max-width: 599px) and (orientation: portrait)"
Large: "(min-width: 1280px) and (max-width: 1919px)"
Medium: "(min-width: 960px) and (max-width: 1279px)"
Small: "(min-width: 600px) and (max-width: 959px)"
Tablet: "(min-width: 600px) and (max-width: 839px) and (orientation: portrait), (min-width: 960px) and (max-width: 1279px) and (orientation: landscape)"
TabletLandscape: "(min-width: 960px) and (max-width: 1279px) and (orientation: landscape)"
TabletPortrait: "(min-width: 600px) and (max-width: 839px) and (orientation: portrait)"
Web: "(min-width: 840px) and (orientation: portrait), (min-width: 1280px) and (orientation: landscape)"
WebLandscape: "(min-width: 1280px) and (orientation: landscape)"
WebPortrait: "(min-width: 840px) and (orientation: portrait)"
XLarge: "(min-width: 1920px)"
XSmall: "(max-width: 599px)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment