Removes duplicate selector

This commit is contained in:
Mouse Reeve
2022-02-17 17:01:21 -08:00
parent 31a61713d9
commit 5d098b3c10
2 changed files with 1 additions and 4 deletions

View File

@ -16,5 +16,6 @@ module.exports = {
"property-no-vendor-prefix": null,
"color-function-notation": null,
"declaration-block-no-redundant-longhand-properties": null,
"no-descending-specificity": null
}
};