You want enabling CSS selectors, not disabling ones
An enabling selector is what I call a selector that does a job without disabling the particular rule. I’ll explain using the following example. Let’s say we have list items and we want to add the margin to every one except the last one. Here’s the usual, disabling way. First, we add margin-bottom to all elements. Then, […]