aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-13 16:16:14 -0800
committerChris Rebert <[email protected]>2016-01-13 16:16:43 -0800
commita4745dd7a1b51a47adcfe2dfb2dcd4beca476c28 (patch)
treec29d2a3832a638ef7d4685e4cda025e06b113315 /scss/_variables.scss
parent5e9b365b2533d245bc992caaad2beca4bc3d701e (diff)
downloadbootstrap-a4745dd7a1b51a47adcfe2dfb2dcd4beca476c28.tar.xz
bootstrap-a4745dd7a1b51a47adcfe2dfb2dcd4beca476c28.zip
Use proper units when adding/subtracting lengths
[skip sauce] [skip validator]
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index cb478d76a..4042dc835 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -506,7 +506,7 @@ $popover-title-bg: darken($popover-bg, 3%) !default;
$popover-arrow-width: 10px !default;
$popover-arrow-color: $popover-bg !default;
-$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
+$popover-arrow-outer-width: ($popover-arrow-width + 1px) !default;
$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;