This is funny. I was thinking that Bootstrap should be suffering the same fate as jquery. That is, it’s relevance should be decreasing as web technology catches on. I see no reason for using a third party layout system now that CSS has `display: flex;` and `display: grid;`. As for modals and menus, HTML has ` ` and ` `. And for reusable components, we have custom elements, that you can either implement your self (not…
Bootstrap provides an easily customizable (through SASS/LESS variables) base for a web project and the components are very useful. You can even pick/choose components now to keep it more barebones if you wish. It's also very easy to learn. All the utility classes are useful too. Why waste time creating all those components manually? Also as you say it's still great for prototyping and internal applications that don't…
It’s just nice clean flexible sass to start from.
I prefer a 24 col grid as well which takes about 4 lines of sass.