From: Chris Rebert Date: Mon, 18 Jan 2016 04:33:25 +0000 (-0800) Subject: variables.less: Fix typo in comment for @caret-width-base X-Git-Tag: v3.3.7~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98b9ff6b7ad3f3d37670f748363736fe4e91fafd;p=thirdparty%2Fbootstrap.git variables.less: Fix typo in comment for @caret-width-base Closes https://github.com/twbs/bootstrap-sass/pull/1005 [ci skip] --- diff --git a/less/variables.less b/less/variables.less index b057ef5bf9..03b54980ae 100644 --- a/less/variables.less +++ b/less/variables.less @@ -111,7 +111,7 @@ //** Global background color for active items (e.g., navs or dropdowns). @component-active-bg: @brand-primary; -//** Width of the `border` for generating carets that indicator dropdowns. +//** Width of the `border` for generating carets that indicate dropdowns. @caret-width-base: 4px; //** Carets increase slightly in size for larger components. @caret-width-large: 5px;