Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Created August 17, 2018 19:28
Show Gist options
  • Save luislobo14rap/5f6b3269c0cfb4336e1d96e00daf330e to your computer and use it in GitHub Desktop.
Save luislobo14rap/5f6b3269c0cfb4336e1d96e00daf330e to your computer and use it in GitHub Desktop.
// 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