With flexbox I can make the sidebar float below the content at a certain screen size. Can I do this with grid?
So if anything, it seems to me that the global layout should be done with flexbox, and the grid is for smaller, more rigid elements that do not need to re-order on different screen sizes.