From 93680396017bd2ba26e030e3e755ea353be560bb Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 8 Nov 2019 10:18:43 -0800 Subject: [PATCH] Use actual book emoji in Flexbox docs --- docs/content/utilities/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/utilities/flexbox.md b/docs/content/utilities/flexbox.md index 3b6558a1..cff17161 100644 --- a/docs/content/utilities/flexbox.md +++ b/docs/content/utilities/flexbox.md @@ -15,7 +15,7 @@ Flex utilities can be used to apply `flexbox` behaviors to elements by using uti Before using these utilities, **you should be familiar with CSS3 Flexible Box spec**. If you are not, check out MDN's guide: -:book: **[Using CSS Flexible Boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes)** +📖 **[Using CSS Flexible Boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes)** ## Flex container