Skip to content

Instantly share code, notes, and snippets.

@kmaroff
Last active December 9, 2021 18:22
Show Gist options
  • Select an option

  • Save kmaroff/53e35a12ec62064cfc7efdb2eeb74f81 to your computer and use it in GitHub Desktop.

Select an option

Save kmaroff/53e35a12ec62064cfc7efdb2eeb74f81 to your computer and use it in GitHub Desktop.
$desktop-widths: #{'screen and (min-width : 1170px)'}
$notebook-widths: #{'screen and (min-width : 992px)'}
$tablet-widths: #{'screen and (min-width : 768px)'}
$mobile-widths: #{'screen and (min-width : 480px)'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment