diff options
| author | Mark Otto <[email protected]> | 2017-10-02 20:51:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 20:51:14 -0700 |
| commit | e626277c731b36826dec978b3cf3dc8901ef11f0 (patch) | |
| tree | e30694b6ad9888439a4f739779dee766757859be /docs | |
| parent | 7adf74d58508b4fae4fed94da1b304f18d912591 (diff) | |
| parent | ea854233b70a4420d20eaacf507865f395134cae (diff) | |
| download | bootstrap-e626277c731b36826dec978b3cf3dc8901ef11f0.tar.xz bootstrap-e626277c731b36826dec978b3cf3dc8901ef11f0.zip | |
Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-dev
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/getting-started/theming.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/getting-started/theming.md b/docs/4.0/getting-started/theming.md index d03a25422..c4c50dc4b 100644 --- a/docs/4.0/getting-started/theming.md +++ b/docs/4.0/getting-started/theming.md @@ -163,6 +163,7 @@ You can find and customize these variables for key global options in our `_varia | `$enable-transitions` | `true` (default) or `false` | Enables predefined `transition`s on various components. | | `$enable-hover-media-query` | `true` or `false` (default) | ... | | `$enable-grid-classes` | `true` (default) or `false` | Enables the generation of CSS classes for the grid system (e.g., `.container`, `.row`, `.col-md-1`, etc.). | +| `$enable-caret` | `true` (default) or `false` | Enables pseudo element caret on `.dropdown-toggle`. | | `$enable-print-styles` | `true` (default) or `false` | Enables styles for optimizing printing. | ## Color |
