]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
styles(tables): forgotten stylelint-disable
authorGaël Poupard <ffoodd@users.noreply.github.com>
Wed, 16 Jun 2021 15:49:36 +0000 (17:49 +0200)
committerMark Otto <markd.otto@gmail.com>
Tue, 12 Apr 2022 22:28:42 +0000 (15:28 -0700)
scss/_tables.scss

index ae6510f40272ed93a3e4280b053d56b1ac9733c9..5b0c750f0c94672a716f28f5670c9d2eabe8fd2d 100644 (file)
@@ -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;
     }