From 2ad5aa282debc54f8d73183eb0be4ca9057fc90e Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 31 Oct 2017 21:38:14 -0400 Subject: [PATCH] Double doc dem flex displayz --- docs/source/docs/display.blade.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/source/docs/display.blade.md b/docs/source/docs/display.blade.md index 200992a18..76cd49852 100644 --- a/docs/source/docs/display.blade.md +++ b/docs/source/docs/display.blade.md @@ -63,8 +63,16 @@ title: "Display" display: none; Set the box type of the element to none. + + .flex + display: flex; + Set the box type of the element to flex. + + + .inline-flex + display: inline-flex; + Set the box type of the element to inline-flex. + - -If you're looking for Flexbox utilities, please see the [Flexbox](/docs/flexbox-display) page.