aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/flexbox.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-09 14:36:43 -0700
committerMark Otto <[email protected]>2016-10-09 14:36:43 -0700
commit6c867667a19dcb1243153855d00e36e5ecd599d0 (patch)
tree83906930225ae824a4538fba44fe534e048129c6 /docs/getting-started/flexbox.md
parent88bf5af896a872d65752956e85adb66a9192e697 (diff)
parentf49a7a2a0830ced28c5dbd8f94e04ad2f9d7425d (diff)
downloadbootstrap-6c867667a19dcb1243153855d00e36e5ecd599d0.tar.xz
bootstrap-6c867667a19dcb1243153855d00e36e5ecd599d0.zip
Merge branch 'v4-dev' into v4-utils
Diffstat (limited to 'docs/getting-started/flexbox.md')
-rw-r--r--docs/getting-started/flexbox.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md
index 9c0f1a876..f0acc3dcb 100644
--- a/docs/getting-started/flexbox.md
+++ b/docs/getting-started/flexbox.md
@@ -1,6 +1,7 @@
---
layout: docs
title: Flexbox
+description: Learn how to enable flexbox support in Bootstrap 4 with the flick of a variable or the swap of a stylesheet.
group: getting-started
---
@@ -39,7 +40,7 @@ If you're familiar with modifying variables in Sass—or any other CSS preproces
2. Change it from `false` to `true`.
3. Recompile, and done!
-Alternatively, if you don't need the source Sass files, you may swap the default Bootstrap compiled CSS with the compiled flexbox variation. [Head to the download page]({{ site.baseurl }}/getting-started/download) for more information.
+Alternatively, if you don't need the source Sass files, you may swap the default Bootstrap compiled CSS with the compiled flexbox variation. [Head to the download page]({{ site.baseurl }}/getting-started/download/) for more information.
## Browser support