I've just started a project using a php framework and I'm seeing a lot of strange css that I can attribute to Bootstrap. MR, ML PL etc, all shortcuts to working with padding and margins. Then I see in SD the layout options to use frameworks layout resulting in this style, <div class="container-grid col col-12 col-sm-4 col-md-4 col-lg-4 col-xl-4"></div>. Isn't this what we are getting away from, or was the rows and column a CoffeCup thing?
I also noticed that Bootstrap has a new version coming out that has eliminated the reliance on JQuery. It appears that people are trying to move on from JS frameworks. Should we be doing the same?