remove duplicated line

This commit is contained in:
Sascha Szott
2025-01-21 18:29:10 +01:00
committed by GitHub
parent 7009cf32cc
commit 5d04e44ff3

View File

@@ -220,7 +220,6 @@
--bs-table-dark-hover-color: #{$table-dark-hover-color}; --bs-table-dark-hover-color: #{$table-dark-hover-color};
--bs-table-dark-hover-bg: #{$table-dark-hover-bg}; --bs-table-dark-hover-bg: #{$table-dark-hover-bg};
--bs-table-dark-border-color: #{$table-dark-border-color}; --bs-table-dark-border-color: #{$table-dark-border-color};
--bs-table-dark-color: #{$table-dark-color};
--bs-table-striped-order: #{$table-striped-order}; --bs-table-striped-order: #{$table-striped-order};
--bs-table-caption-color: #{$table-caption-color}; --bs-table-caption-color: #{$table-caption-color};
--bs-table-bg-level: #{$table-bg-level}; --bs-table-bg-level: #{$table-bg-level};