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

variables.less: Fix typo in comment for @caret-width-base

Closes https://github.com/twbs/bootstrap-sass/pull/1005
[ci skip]
This commit is contained in:
Chris Rebert 2016-01-17 20:33:25 -08:00
parent 880a3c1a86
commit 98b9ff6b7a

View File

@ -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;