Grid template broke my whole footer, fixed it, then broke it again worse
Spent last night debugging a footer where minmax(0, 1fr) turned a simple 3-column layout into a single stack on mobile. Turns out I forgot a stray gap: 0 0 0 0 from a copy-paste, and it cascaded into the nav too. Anyone else end up chasing a ghost rule that only shows after you restart the dev server?