Skip to content

Instantly share code, notes, and snippets.

@Khangeldy
Created October 21, 2016 09:49
Show Gist options
  • Save Khangeldy/0af225ca935ede327e6307abcbffe601 to your computer and use it in GitHub Desktop.
Save Khangeldy/0af225ca935ede327e6307abcbffe601 to your computer and use it in GitHub Desktop.
/*---------------------------------*
* MEDIA BREAKPOINTS
/*---------------------------------*/
small = 768px
tablet = 992px
desktop = 1200px
/*---------------------------------*
* MEDIA SHORTCUT
/*---------------------------------*/
S = 'only screen and (min-width ' + small + ')'
M = 'only screen and (min-width ' + tablet + ')'
L = 'only screen and (min-width ' + desktop + ')'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment