Can you please let me know how can I add more Breakpoints to Bootstrap 3?As you know Bootstrap is providing the grid system with 4 predefined as:
@screen-xs = 480px
@screen-sm = 768px
@screen-md = 992px
@screen-lg = 1200px
I found out it is possible to add more breakpoints to Bootstrap using LESS but unfortunatly I couldnt find any tutorial to figure it out how to do this. For example if I want to add a new breakpoint like
@screen-lgB = 1600px
can you please let me know how to do that? Thanks