]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4 docs Add description for global variable `$enable-caret` 22926/head
authorPatrick Yeo <patrick.yeo@liferay.com>
Mon, 14 Aug 2017 16:28:16 +0000 (09:28 -0700)
committerPatrick Yeo <patrick.yeo@liferay.com>
Mon, 14 Aug 2017 16:28:16 +0000 (09:28 -0700)
docs/4.0/getting-started/options.md

index 0b83c47f87693e0a4e75ce574a77d84c93754bc4..2a9fb5ca8394d3c09516919d0126964fc6b63b93 100644 (file)
@@ -28,6 +28,7 @@ You can find and customize these variables for key global options in our `_varia
 | Variable                    | Values                             | Description                                                                            |
 | --------------------------- | ---------------------------------- | -------------------------------------------------------------------------------------- |
 | `$spacer`                   | `1rem` (default), or any value > 0 | Specifies the default spacer value to programmatically generate our [spacer utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/). |
+| `$enable-caret`             | `true` (default) or `false`        | Enables pseudo element caret on `.dropdown-toggle`.                                    |
 | `$enable-rounded`           | `true` (default) or `false`        | Enables predefined `border-radius` styles on various components.                       |
 | `$enable-shadows`           | `true` or `false` (default)        | Enables predefined `box-shadow` styles on various components.                          |
 | `$enable-gradients`         | `true` or `false` (default)        | Enables predefined gradients via `background-image` styles on various components.      |