From 8c9ab25b80f7c11d2b0f93d85b738d2af5c92192 Mon Sep 17 00:00:00 2001 From: Catherine Bui Date: Mon, 26 Feb 2018 15:56:20 -0800 Subject: [PATCH] fix spacer variables in spacing doc --- modules/primer-support/docs/spacing.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/primer-support/docs/spacing.md b/modules/primer-support/docs/spacing.md index bd18ea2cdd..b1a65e661d 100644 --- a/modules/primer-support/docs/spacing.md +++ b/modules/primer-support/docs/spacing.md @@ -11,13 +11,13 @@ The spacing scale is a **base-8** scale. We chose a base-8 scale because eight i | Variable | Scale | Value | | --- | --- | --- | -| $spacer-1 | 0 | 0 | +| $spacer-0 | 0 | 0 | | $spacer-1 | 1 | 4px | -| $spacer-1 | 2 | 8px | -| $spacer-1 | 3 | 16px | -| $spacer-1 | 4 | 24px | -| $spacer-1 | 5 | 32px | -| $spacer-1 | 6 | 40px | +| $spacer-2 | 2 | 8px | +| $spacer-3 | 3 | 16px | +| $spacer-4 | 4 | 24px | +| $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](./utilities/margin) and [padding](./utilities/padding) utilities.