1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 01:24:19 +02:00

Extract $blockquote-border-width variable

[skip sauce]
This commit is contained in:
Chris Rebert
2016-01-14 22:27:08 -08:00
parent 1d55f680a8
commit a22c696485
2 changed files with 3 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ $abbr-border-color: $gray-light !default;
$blockquote-small-color: $gray-light !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;
$blockquote-border-color: $gray-lighter !default;
$blockquote-border-width: .25rem !default;
$hr-border-color: rgba(0,0,0,.1) !default;
$hr-border-width: $border-width !default;