diff options
| author | envolute <[email protected]> | 2017-08-01 02:47:23 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-10 22:48:26 -0700 |
| commit | 0c3ed5d3f0ceb583a39e6f29f754c7b308e002d8 (patch) | |
| tree | 12cfba9a41d0f98c7809e72655a9108e52003b2e | |
| parent | 79fcb527bf83c4d4378837dfd9eb707ff53bb322 (diff) | |
| download | bootstrap-0c3ed5d3f0ceb583a39e6f29f754c7b308e002d8.tar.xz bootstrap-0c3ed5d3f0ceb583a39e6f29f754c7b308e002d8.zip | |
Add "$border-color" variable
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 2cc6caf06..8a6e7c3f9 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -212,6 +212,7 @@ $line-height-lg: 1.5 !default; $line-height-sm: 1.5 !default; $border-width: 1px !default; +$border-color: $gray-200 !default; $border-radius: .25rem !default; $border-radius-lg: .3rem !default; |
