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

@ -383,10 +383,6 @@ details.dropdown .dropdown-menu a:focus-visible {
justify-content: center;
}
.bw-tabs.is-right {
justify-content: flex-end;
}
.bw-tabs.is-boxed a {
border: 1px solid transparent;
border-radius: 4px 4px 0 0;

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
}
};