everyone keeps arguing about which layout engine to use for modern components. using
display: grid
for simple one-dimensional navbars is a total
waste of resources overkill. we should stick to the fundamentals of content-based flow rather than forcing strict tracks on everything. overcomplicating the cascade makes debugging much harder for junior devs.
>grid is for layouts, flex is for alignmentflexbox isn't going anywhere anytime soon