diff --git a/context/brand-context/HISTORY.md b/context/brand-context/HISTORY.md index db473c83f..894d57919 100644 --- a/context/brand-context/HISTORY.md +++ b/context/brand-context/HISTORY.md @@ -1,5 +1,7 @@ # History +## 31.0.1 (2023-01-10) + * FIX: updates the block spacing variable naming to use the correct token variable. ## 31.0.0 (2023-01-04) * Reduce scope of block spacing * NOTE: This version replaces all versions >= 28.0.0 diff --git a/context/brand-context/default/scss/40-base/block-spacing.scss b/context/brand-context/default/scss/40-base/block-spacing.scss index a807786f4..867500afd 100644 --- a/context/brand-context/default/scss/40-base/block-spacing.scss +++ b/context/brand-context/default/scss/40-base/block-spacing.scss @@ -10,14 +10,14 @@ h1, h2, h3, h4, h5 { // The specificity is that of one element selector. :is(p, ol, ul, dl, figure, blockquote, form, pre, table, img, video, aside, section, article) + :is(p, ol, ul, dl, figure, blockquote, form, pre, table, img, video, aside, section, article) { - margin-block-start: $tokens--typography-block-spacing-medium; + margin-block-start: $t-typography-block-spacing-medium; } //