Selector is present in two rules, but we want to remove only one of them: `a {...}` `a, .link {...}` At the moment `remove {a}` will remove both. Find notation and implement.
Selector is present in two rules, but we want to remove only one of them:
a {...}a, .link {...}At the moment
remove {a}will remove both.Find notation and implement.