polypane.app
Decoding CSS Selectors: :has(:not) vs :not(:has)
5
CSS functions like :is(), :not() and :has() are powerful tools that make it much easier to select elements specifically. We've written before about how ::where… Read full article