From 714a01d5449721132ef59cdf9af26567e65c5807 Mon Sep 17 00:00:00 2001 From: Dan Christian Date: Wed, 6 Nov 2019 11:19:18 +0000 Subject: [PATCH 1/2] Update spacing.md Removed redundent `/css/` path that was causing multiple 404 errors. --- docs/content/support/spacing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/support/spacing.md b/docs/content/support/spacing.md index 4e732f4a4d..fec875884e 100644 --- a/docs/content/support/spacing.md +++ b/docs/content/support/spacing.md @@ -22,9 +22,9 @@ The spacing scale is a **base-8** scale. We chose a base-8 scale because eight i | `$spacer-5` | 5 | 32px | | `$spacer-6` | 6 | 40px | -These variables are encouraged to be used within components and custom CSS. The spacing scale is also used for [margin](/css/utilities/margin) and [padding](/css/utilities/padding) utilities. +These variables are encouraged to be used within components and custom CSS. The spacing scale is also used for [margin](/utilities/margin) and [padding](/utilities/padding) utilities. -See [primer-marketing-support](/css/support/marketing-variables) for the extended spacing scale used for marketing needs and the related y-axis spacing utilities for [margin](/css/utilities/marketing-margin) and [padding](/css/utilities/marketing-padding). +See [primer-marketing-support](/support/marketing-variables) for the extended spacing scale used for marketing needs and the related y-axis spacing utilities for [margin](/utilities/marketing-margin) and [padding](/utilities/marketing-padding). ## Em-based spacing @@ -41,4 +41,4 @@ We aim for whole numbers, however, GitHub's body font-size is 14px which is diff | `$em-spacer-5` | 1/2 | .5 | 35 | 40 | | `$em-spacer-6` | 3/4 | .75 | 42 | 48 | -The variables listed above are preferred for use within components and custom CSS. To calculate values with other font-sizes or em values, we suggest using [Formula](http://jxnblk.com/formula/). +The variables listed above are preferred for use within components and custom CSS. To calculate values with other font-sizes or em values, we suggest using [Formula](http://jxnblk.com/formula). From 93680396017bd2ba26e030e3e755ea353be560bb Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 8 Nov 2019 10:18:43 -0800 Subject: [PATCH 2/2] 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 3b6558a145..cff171612a 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