Reputation: 889
What is the difference between "Mobile-first Responsive" and "Twitter Bootstrap" on Initializr?
Upvotes: 3
Views: 1306
Reputation: 6422
Bootstrap is mobile-first. Mobile first basically means you design for the mobile user in mind first, and then adapt as you increase window size. So there isn't a difference between "mobile-first" and Bootstrap. The difference is between Responsive and Bootstrap because Bootstrap is a framework and Responsive is more or less a "dumbed-down" version - less bloat if you don't need a bunch of elements.
Upvotes: 3