Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTy Mick <ty@tymick.me>2021-12-14 23:29:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-12-16 10:23:08 +0300
commit0b3796e33d0e7af6a3a177a6cfe71fe767040ddd (patch)
tree70e853bb5b504f8689ad27567a0df94eed02185d
parentc24f751c63e09085a8e5ca3a9a6593099a46371d (diff)
docs: Add responsive variations for align-content-between (#35532)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--site/content/docs/4.6/utilities/flex.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/4.6/utilities/flex.md b/site/content/docs/4.6/utilities/flex.md
index 5cdadb7626..6b6bd66a85 100644
--- a/site/content/docs/4.6/utilities/flex.md
+++ b/site/content/docs/4.6/utilities/flex.md
@@ -606,6 +606,7 @@ Responsive variations also exist for `align-content`.
- `.align-content{{ .abbr }}-start`
- `.align-content{{ .abbr }}-end`
- `.align-content{{ .abbr }}-center`
+- `.align-content{{ .abbr }}-between`
- `.align-content{{ .abbr }}-around`
- `.align-content{{ .abbr }}-stretch`
{{- end -}}