Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2016-01-18 07:33:25 +0300
committerChris Rebert <github@chrisrebert.com>2016-01-18 07:33:25 +0300
commit98b9ff6b7ad3f3d37670f748363736fe4e91fafd (patch)
treed366d83c0e543f582fe4f8c71da7cdfed296c87f /less
parent880a3c1a86d6c936624a745954a69febb9e9c354 (diff)
variables.less: Fix typo in comment for @caret-width-base
Closes https://github.com/twbs/bootstrap-sass/pull/1005 [ci skip]
Diffstat (limited to 'less')
-rw-r--r--less/variables.less2
1 files changed, 1 insertions, 1 deletions
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;