From 87239efb59e9d677b243579669e1b2f7c06bc98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Wed, 16 Jun 2021 17:49:36 +0200 Subject: [PATCH] styles(tables): forgotten stylelint-disable --- scss/_tables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_tables.scss b/scss/_tables.scss index ae6510f40..5b0c750f0 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; }