The Powerful CSS not Selector
The :not() CSS selector is a powerful addition to the pseudo-class toolbelt, allowing you to select elements that are omitted by its argument. A basic :not() CSS Selector Example Here’s an example. I have a few classes set up - one applies base style...
Mar 29, 20222 min read16

