I can try a git bisect in the morning, was just wondering if someone already knows what's going on:
After updating Gatsby with yarn upgrade from 1.9.219 to 1.9.231, I'm noticing that my CSS styling is a bit wonky after a build with yarn build. Notably, I don't see any problems with yarn develop.
The primary thing I'm missing is this rule, although I'm not sure where it came from originally:
*, :after, :before {
box-sizing: border-box;
}
That's not the only thing different, but it's about 90% of what I'm noticing.
Is there any recent change that would prevent this rule from being added to builds but not deploys?