From: Gaƫl Poupard Date: Wed, 16 Jun 2021 15:49:36 +0000 (+0200) Subject: styles(tables): forgotten stylelint-disable X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87239efb59e9d677b243579669e1b2f7c06bc98a;p=thirdparty%2Fbootstrap.git styles(tables): forgotten stylelint-disable --- diff --git a/scss/_tables.scss b/scss/_tables.scss index ae6510f402..5b0c750f0c 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -86,7 +86,6 @@ > tfoot > tr { border-width: $table-border-width 0; - // stylelint-disable-next-line selector-max-universal > * { border-width: 0 $table-border-width; }