diff options
| author | Mark Otto <[email protected]> | 2016-07-26 20:21:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-26 20:21:45 -0700 |
| commit | c017eaca2fb318f7d215f41b966d553429e00f90 (patch) | |
| tree | bdebb95f7e33d900fb1aa2cc7d28f0ecb9c23c55 /docs | |
| parent | 069a0dd6e7fd0a73a5cbb8a0b716b65f2bb0cfe4 (diff) | |
| download | bootstrap-c017eaca2fb318f7d215f41b966d553429e00f90.tar.xz bootstrap-c017eaca2fb318f7d215f41b966d553429e00f90.zip | |
elaborate on those classes
Diffstat (limited to 'docs')
| -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.). | |
