diff options
| author | Mark Otto <[email protected]> | 2015-08-10 10:05:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-10 10:05:38 -0700 |
| commit | 510522039bf3e3f12b8b81ca06c70d62c5bff898 (patch) | |
| tree | 5cdd1fead5c9a9f3cc6da639648152a79a8479d8 /docs/getting-started/customize.md | |
| parent | 6191e5e696cd09308e74facec7bc729466d7f48e (diff) | |
| download | bootstrap-510522039bf3e3f12b8b81ca06c70d62c5bff898.tar.xz bootstrap-510522039bf3e3f12b8b81ca06c70d62c5bff898.zip | |
tweak options, renamed from customize
Diffstat (limited to 'docs/getting-started/customize.md')
| -rw-r--r-- | docs/getting-started/customize.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/getting-started/customize.md b/docs/getting-started/customize.md deleted file mode 100644 index ecf786087..000000000 --- a/docs/getting-started/customize.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: page -title: Customize CSS -group: getting-started ---- - -New to Bootstrap 4, variable-based customization is a way for folks to quickly enable or disable global styles across all of Bootstrap's CSS. Simply update a variable's value and recompile using our Gruntfile. - -## Available variables - -You can find and customize these variables in our `_variables.scss` file. - -| Variable | Values | Description | -| --------------------------- | ---------------------------------- | ----------------------------------------------------------------------- | -| `$spacer` | `1rem` (default), or any value > 0 | Specifies the default spacer value for our spacer utilities. | -| `$enable-flex` | `true` or `false` (default) | Swaps `float` and `display: table` styles for `display: flex`. | -| `$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` various components. | -| `$enable-transitions` | `true` (default) or `false` | Enables predefined `transition`s on various components. | -| `$enable-hover-media-query` | `true` or `false` (default) | ... | |
