Last active
December 9, 2021 18:22
-
-
Save kmaroff/53e35a12ec62064cfc7efdb2eeb74f81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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