Created
July 5, 2016 08:50
-
-
Save VincentLoy/c4e657e45438f2b3c84c5d6bb2ece2a9 to your computer and use it in GitHub Desktop.
Bootstrap Media queries LESS
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
@screen-phone: 480px; | |
@screen-tablet: 760px; | |
@screen-desktop: 992px; | |
@screen-lg-desktop: 1200px; | |
@screen-xs-max: (@screen-phone - 1); | |
@screen-sm-max: (@screen-tablet - 1); | |
@screen-md-max: (@screen-desktop - 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment