diff options
Diffstat (limited to 'vendor/twbs/bootstrap/scss/helpers/_vr.scss')
-rw-r--r-- | vendor/twbs/bootstrap/scss/helpers/_vr.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/scss/helpers/_vr.scss b/vendor/twbs/bootstrap/scss/helpers/_vr.scss index 37f864777..9bca09953 100644 --- a/vendor/twbs/bootstrap/scss/helpers/_vr.scss +++ b/vendor/twbs/bootstrap/scss/helpers/_vr.scss @@ -3,6 +3,6 @@ align-self: stretch; width: 1px; min-height: 1em; - background-color: currentColor; + background-color: currentcolor; opacity: $hr-opacity; } |