From d8dac2507d959a148c03269f38c11278a9e60b03 Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:06:23 -0400 Subject: [PATCH 1/4] typography-base: fix header-styles callout --- docs/pages/typography-base.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index 3af923267c..31ffa28068 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -129,8 +129,8 @@ The values for `'font-size'`/`'fs'`, `'margin-top'`/`'mt'` and `'margin-bottom'` The value for `'line-height'`/`'lh'` is transformed into a unitless number, that expresses the line-height relative to the fonts-size. You can also input any unit. If you don't, we assume that for numbers smaller than or equal to 10, you mean a typical relative line-height. However, if you put in anything larger than 10, we assume you mean 'px', since we have not yet seen relative line-heights that were larger than 10. If you do not set `'line-height'`/`'lh'` it defaults to `$header-lineheight` for size `'small'`. Thereafter the value for a larger size is inherited from the values of the smaller size.
-

The `$header-styles` map has replaced `$header-sizes` map in version 6.3. `$header-styles` map is a more general map than `$header-sizes`.

-

`$header-sizes` map is still working and is used to initialize the `$header-styles` map. In version 6.4 the `$header-sizes` is going to be deprecated.

+

The <$header-styles> map has replaced <$header-sizes> map in version 6.3. <$header-styles> map is a more general map than <$header-sizes>.

+

<$header-sizes> map is still working and is used to initialize the <$header-styles> map. In version 6.4 <$header-sizes> is going to be deprecated.

--- From e0e179b4bc1c318aae199b1078e7fb9acc839759 Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:11:09 -0400 Subject: [PATCH 2/4] typography-base - fix blockquote doc callout --- docs/pages/typography-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index 31ffa28068..b61c2fc91f 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -262,7 +262,7 @@ A definition list (`
`) is used to display name-value pairs, like metadata or Sometimes other people say smart things, and you may want to mention those things with a quote. We've got you covered.
- By default, `` takes the look of the `.cite-block` component. In Sass, you can customize it with `$cite-*` variables or disable it by setting `$enable-cite-block` to false. + By default, <cite> takes the look of the <.cite-block> component. In Sass, you can customize it with <$cite-*> variables or disable it by setting <$enable-cite-block> to false.
From 31af4ed0de8e6b5ecef8149521bb8d9a6910343e Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:14:47 -0400 Subject: [PATCH 3/4] typography-base - fix the callout in the code doc --- docs/pages/typography-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index b61c2fc91f..c89edbfa45 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -324,7 +324,7 @@ Use the `.code-block` component to create a block of code. ```
-

It is recommended to use the appropriate semantic markup for your content (`` for code, `

` for pre-formatted text). Styling classes `.code-inline` and `.code-block` should be used without semantic markup only if the content is NOT code/pre-formatted text but should be displayed as if.

+

It is recommended to use the appropriate semantic markup for your content (<code> for code, <pre> for pre-formatted text). Styling classes .code-inline and .code-block should be used without semantic markup only if the content is NOT code/pre-formatted text but should be displayed as if.

--- From 8a1abca4b82e780aa7cbbf14312e043d0a451179 Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:16:31 -0400 Subject: [PATCH 4/4] typography-base - fix callout code in print styles --- docs/pages/typography-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index c89edbfa45..d9922f734e 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -405,5 +405,5 @@ On top of that, Foundation includes a couple of simple classes you can use to co Watch this part in video
-

Print styles use `!important` to ensure they aren't overridden by more specific selectors. This framework conscientiously avoids using `!important` declarations. This is one of the few components that does.

+

Print styles use !important to ensure they aren't overridden by more specific selectors. This framework conscientiously avoids using !important declarations. This is one of the few components that does.