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:
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 79c1498f6b..244a15c215 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -661,6 +661,8 @@ $blockquote-footer-font-size: $small-font-size !default;
$hr-margin-y: $spacer !default;
$hr-color: inherit !default;
+$hr-bg-color: currentColor !default;
+$hr-border-width: 0 !default;
$hr-height: $border-width !default;
$hr-opacity: .25 !default;