I am just starting a project in PhoneGap, Angular JS and mobileangularui.
I am aware that mobileangularui uses bootstrap CSS and has components written in Angular JS. I am testing the responsive grid of bootstrap in my project.
The default screen sizes defined in bootstrap for breakpoints are:
- xs: 480px and up.
- sm: 768px and up.
- md: 992px and up.
- lg: 1280px and up.
I would like to change these to custom values. If I was using bootstrap (without mobileangularui), I would have customized the values here and downloaded the CSS. But, how do I make these changes in mobileangularui?