CSS Humor

Lunch After Not Empty Overflow Visible

.lunch:after:not(.empty) {
  overflow: visible;
}

From Jonathan