Problem Statement
What does 'mobile-first' mean in Bootstrap?
Explanation
Mobile-first means the design starts from small screens and scales up for larger devices. Bootstrap's CSS is built for phones first, and responsive breakpoints apply styles as screen size increases. This approach ensures better performance and usability on mobile devices.
