diff options
| author | Mark Otto <[email protected]> | 2017-05-28 11:25:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 11:25:59 -0700 |
| commit | f682dec5c25f4ff1a29b34e10d339d549359cdb2 (patch) | |
| tree | 56fc1244bdb43bc61152438dfeb32cfcd010ede0 /docs/utilities/sizing.md | |
| parent | c72cc98bd56fb50259c84a1fced38751009eb930 (diff) | |
| download | bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.tar.xz bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.zip | |
new toc in utils and about and extend
Diffstat (limited to 'docs/utilities/sizing.md')
| -rw-r--r-- | docs/utilities/sizing.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/utilities/sizing.md b/docs/utilities/sizing.md index eabb4653a..e2a5ed197 100644 --- a/docs/utilities/sizing.md +++ b/docs/utilities/sizing.md @@ -1,12 +1,12 @@ --- layout: docs title: Sizing +description: Easily make an element as wide or as tall (relative to its parent) with our width and height utilities. group: utilities +toc: true --- -Easily make an element as wide or as tall (relative to its parent) with our width and height utilities. Includes support for `25%`, `50%`, `75%`, and `100%` by default. - -Width and height utilities are generated from the `$sizes` Sass map in `_variables.scss`. Modify those values as you need to generate different utilities here. +Width and height utilities are generated from the `$sizes` Sass map in `_variables.scss`. Includes support for `25%`, `50%`, `75%`, and `100%` by default. Modify those values as you need to generate different utilities here. {% example html %} <div class="w-25 p-3" style="background-color: #eee;">Width 25%</div> |
