styles: Merge duplicate selectors.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-08-05 17:34:58 -07:00
committed by Tim Abbott
parent 3572dcc67c
commit 6dea671fde
10 changed files with 128 additions and 179 deletions

View File

@@ -10,7 +10,6 @@ module.exports = {
// Disable recommended rules we don't comply with yet
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
// Disable standard rules we don't comply with yet
"comment-empty-line-before": null,