You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are multiple selectors in one rule and a declaration should be removed for one of them, the rule has to be copied. a, .link { color: red; }
should result in: .link { color: red; }
If there are multiple selectors in one rule and a declaration should be removed for one of them, the rule has to be copied.
a, .link { color: red; }should result in:
.link { color: red; }Notation:
remove { a { color } }