From 11a534525a63275725badf8924496eaa688615a1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Jul 2017 19:33:27 -0700 Subject: [PATCH 1/7] Move /utilities/flexbox to /utilities/flex to match name of SCSS file --- _data/nav.yml | 2 +- docs/4.0/components/forms.md | 2 +- docs/4.0/components/list-group.md | 4 ++-- docs/4.0/components/navs.md | 2 +- docs/4.0/components/pagination.md | 2 +- docs/4.0/layout/utilities-for-layout.md | 2 +- docs/4.0/migration.md | 2 +- docs/4.0/utilities/{flexbox.md => flex.md} | 0 8 files changed, 8 insertions(+), 8 deletions(-) rename docs/4.0/utilities/{flexbox.md => flex.md} (100%) diff --git a/_data/nav.yml b/_data/nav.yml index 83ca134f7f77..79f532a8b158 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -58,7 +58,7 @@ - title: Close icon - title: Colors - title: Display - - title: Flexbox + - title: Flex - title: Image replacement - title: Position - title: Responsive helpers diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 347de49f644b..16187d933628 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -534,7 +534,7 @@ And of course [custom form controls](#custom-forms) are supported. Use the `.form-inline` class to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms vary slightly from their default states. -- Controls are `display: flex`, collapsing any HTML white space and allowing you to provide alignment control with [spacing]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/) and [flexbox]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/flexbox/) utilities. +- Controls are `display: flex`, collapsing any HTML white space and allowing you to provide alignment control with [spacing]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/) and [flexbox]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/flex/) utilities. - Controls and input groups receive `width: auto` to override the Bootstrap default `width: 100%`. - Controls **only appear inline in viewports that are at least 576px wide** to account for narrow viewports on mobile devices. diff --git a/docs/4.0/components/list-group.md b/docs/4.0/components/list-group.md index 66d76a77dd6f..da23ceba6fc6 100644 --- a/docs/4.0/components/list-group.md +++ b/docs/4.0/components/list-group.md @@ -109,7 +109,7 @@ Contextual classes also work with `.list-group-item-action`. Note the addition o ## With badges -Add badges to any list group item to show unread counts, activity, and more with the help of some [utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/flexbox/). +Add badges to any list group item to show unread counts, activity, and more with the help of some [utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/flex/). {% example html %}