Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaƫl Poupard <ffoodd@users.noreply.github.com>2021-06-16 18:49:36 +0300
committerMark Otto <markd.otto@gmail.com>2022-04-13 01:28:42 +0300
commit87239efb59e9d677b243579669e1b2f7c06bc98a (patch)
treec51c15ffe37d618253f1193440d2dccc08786e72
parentf50ab21f011561e87d7a725c308b24c4c0fc6536 (diff)
styles(tables): forgotten stylelint-disablemain-fod-simpler-table-structure
-rw-r--r--scss/_tables.scss1
1 files changed, 0 insertions, 1 deletions
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;
}