diff options
| author | Mark Otto <[email protected]> | 2017-03-03 12:57:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-05 12:25:41 -0800 |
| commit | ebe405a01b721b667a37ae5c249077f4cdb3b8bd (patch) | |
| tree | 2574302f49ebc85b475c51635b4fa5f7c06cc958 /docs/layout/utilities-for-layout.md | |
| parent | ed1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6 (diff) | |
| download | bootstrap-ebe405a01b721b667a37ae5c249077f4cdb3b8bd.tar.xz bootstrap-ebe405a01b721b667a37ae5c249077f4cdb3b8bd.zip | |
Start rearranging the docs for a utilities update
— Rename display docs page
— Move print display utils to display utils page
— Drop remaining of responsive utils page as it's being replaced with display utils
— Update nav to reflect changes
Diffstat (limited to 'docs/layout/utilities-for-layout.md')
| -rw-r--r-- | docs/layout/utilities-for-layout.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/layout/utilities-for-layout.md b/docs/layout/utilities-for-layout.md new file mode 100644 index 000000000..50f4ce395 --- /dev/null +++ b/docs/layout/utilities-for-layout.md @@ -0,0 +1,21 @@ +--- +layout: docs +title: Utilities for layout +description: Use any of our dozens of responsive utility classes for showing, hiding, aligning, and spacing content. +group: layout +--- + +For faster mobile-friendly and responsive development, Bootstrap includes dozens of utility classes for showing, hiding, aligning, and spacing content. Below is a primer on what's included in Bootstrap and how these utilities can help you with layout. + +## Contents + +* Will be replaced with the ToC, excluding the "Contents" header +{:toc} + +## Changing `display` + +## Flexbox options + +## Margin and padding + +## Toggle `visibility` |
