diff options
| author | Loïc Goyet <[email protected]> | 2019-03-29 20:31:23 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-29 21:31:23 +0200 |
| commit | f2d33cd86b2bc21fba9078e6d0955f5308494ec1 (patch) | |
| tree | 2ce634201a6e8a2b6299accb9882fe42d324bf32 | |
| parent | 1752addadfbb538f0f1bfb1ed5792a0c162b1a3b (diff) | |
| download | bootstrap-f2d33cd86b2bc21fba9078e6d0955f5308494ec1.tar.xz bootstrap-f2d33cd86b2bc21fba9078e6d0955f5308494ec1.zip | |
Remove scss variable defined twice (#28567)
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index dd141e84a..89b60c0a9 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -366,7 +366,6 @@ $table-dark-accent-bg: rgba($white, .05) !default; $table-dark-hover-color: $table-dark-color !default; $table-dark-hover-bg: rgba($white, .075) !default; $table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; -$table-dark-color: $white !default; $table-striped-order: odd !default; |
