diff options
| author | Mark Otto <[email protected]> | 2016-07-27 09:22:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-27 09:22:56 -0700 |
| commit | 49fadbd4b81854aa70ec723206111c579a9394e7 (patch) | |
| tree | 411bb00c5842fe796ebf4a512f5acaee7b75be9b /docs/getting-started/options.md | |
| parent | e969f182cf6e822e4fb1e810151249e533c07b9a (diff) | |
| parent | 82bf1e32bd309f999a47cc6714b55722bfda7f2b (diff) | |
| download | bootstrap-49fadbd4b81854aa70ec723206111c579a9394e7.tar.xz bootstrap-49fadbd4b81854aa70ec723206111c579a9394e7.zip | |
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/getting-started/options.md')
| -rw-r--r-- | docs/getting-started/options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/options.md b/docs/getting-started/options.md index 8ed206888..dd7f7fb3d 100644 --- a/docs/getting-started/options.md +++ b/docs/getting-started/options.md @@ -37,4 +37,4 @@ You can find and customize these variables for key global options in our `_varia | `$enable-gradients` | `true` or `false` (default) | Enables predefined gradients via `background-image` styles on various components. | | `$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. `.col-md-1` etc.). | +| `$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.). | |
