#CSSTales
I fear that I'm mis-understanding a fundamental principle of CSS: The cascading bit.
In this image I see that my "display: inline-flex;" rule comes *before* (line 1277) my "display: none;" rule (line 1682). Instinctively I would think that the one that comes at the bottom of the file would take priority, but apparently it does not. Not sure what to think of that to be honest.
@f0x aaaaah okay!! thank you :)