Skip to content

Commit 81fc9b1

Browse files
committed
re-add no-duplicate-selectors
1 parent 2b4c51a commit 81fc9b1

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

frontend/static/themes/rainbow_trail.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ footer button:hover,
3737
footer button:hover > i,
3838
footer button:hover > .relative > i,
3939
#restartTestButton:hover > i,
40-
#restartTestButton:hover > i,
4140
#showWordHistoryButton:hover > i,
4241
#saveScreenshotButton:hover > i,
4342
#restartTestButtonWithSameWordset:hover > i,

stylelint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
export default {
33
extends: ["stylelint-config-standard"],
44
rules: {
5-
"no-duplicate-selectors": null, // add
6-
75
"font-family-no-missing-generic-family-keyword": null, // add
86

97
"declaration-block-no-shorthand-property-overrides": null, // add

0 commit comments

Comments
 (0)