styles(tables): forgotten stylelint-disable

This commit is contained in:
Gaël Poupard 2021-06-16 17:49:36 +02:00 committed by Mark Otto
parent f50ab21f01
commit 87239efb59
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@
> tfoot > tr { > tfoot > tr {
border-width: $table-border-width 0; border-width: $table-border-width 0;
// stylelint-disable-next-line selector-max-universal
> * { > * {
border-width: 0 $table-border-width; border-width: 0 $table-border-width;
} }