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.