diff options
| author | Patrick Yeo <[email protected]> | 2017-08-14 09:28:16 -0700 |
|---|---|---|
| committer | Patrick Yeo <[email protected]> | 2017-08-14 09:28:16 -0700 |
| commit | ea854233b70a4420d20eaacf507865f395134cae (patch) | |
| tree | 6de66bbb701a71571decf07758f83a4579eb4b4e | |
| parent | e6042e6f44aeac4f160660adae2b0d0a8f512c71 (diff) | |
| download | bootstrap-ea854233b70a4420d20eaacf507865f395134cae.tar.xz bootstrap-ea854233b70a4420d20eaacf507865f395134cae.zip | |
v4 docs Add description for global variable `$enable-caret`
| -rw-r--r-- | docs/4.0/getting-started/options.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md index 0b83c47f8..2a9fb5ca8 100644 --- a/docs/4.0/getting-started/options.md +++ b/docs/4.0/getting-started/options.md @@ -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. | |
