diff options
Diffstat (limited to 'cosmo/variables.less')
-rw-r--r-- | cosmo/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cosmo/variables.less b/cosmo/variables.less index 2591d1b5..b1c3d4f2 100644 --- a/cosmo/variables.less +++ b/cosmo/variables.less @@ -1,4 +1,4 @@ -// Cosmo 3.3.6 +// Cosmo 3.3.7 // Variables // -------------------------------------------------- @@ -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; |