Created
August 17, 2018 19:28
-
-
Save luislobo14rap/5f6b3269c0cfb4336e1d96e00daf330e 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
// bootstrap-3-grid.js v1 | |
let bs_xs = '0px', | |
bs_xs_min = '0px', | |
bs_xs_max = '767px', | |
bs_sm = '768px', | |
bs_sm_min = '768px', | |
bs_sm_max = '991px', | |
bs_md = '992px', | |
bs_md_min = '992px', | |
bs_md_max = '1199px', | |
bs_lg = '1200px', | |
bs_lg_min = '1200px', | |
bs_lg_max = '99999px'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment