If you use `:has()` together with `:empty`, even if the empty element ceases to be empty (by adding children with JS, say), the DOM is apparently "cached," and the `:empty` selector will still apply.
codepen.io/collinsworth...
If you use `:has()` together with `:empty`, even if the empty element ceases to be empty (by adding children with JS, say), the DOM is apparently "cached," and the `:empty` selector will still apply.
codepen.io/collinsworth...