From 6adcc80fbc9d8315fe97801ffab9fd66b5a15ff1 Mon Sep 17 00:00:00 2001 From: simurai Date: Fri, 19 Feb 2021 12:01:11 +0900 Subject: [PATCH] Italic --- docs/content/support/color-system.mdx | 2 +- docs/content/support/variables.mdx | 2 +- docs/content/utilities/colors.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/support/color-system.mdx b/docs/content/support/color-system.mdx index dce51f4a..3c55e29c 100644 --- a/docs/content/support/color-system.mdx +++ b/docs/content/support/color-system.mdx @@ -12,7 +12,7 @@ import {Link as LinkIcon} from '@primer/octicons-react' import {palettes, variables} from '../../src/color-variables' import {PaletteTable, PaletteCell, overlayColor} from '../../src/color-system' -> ⚠️ Hubbers only! These color variables are deprecated and will be replaced at some point. On "dotcom" please use the [new functional variables](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/support/color-system). +> ⚠️ Hubbers only! These color variables are deprecated and will be replaced at some point. On "_dotcom_" please use the [new functional variables](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/support/color-system). > Also take a look at the [migration guide](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/support/v16-migration) when replacing existing colors. diff --git a/docs/content/support/variables.mdx b/docs/content/support/variables.mdx index 5f1cf02b..cbbf12d7 100644 --- a/docs/content/support/variables.mdx +++ b/docs/content/support/variables.mdx @@ -7,7 +7,7 @@ bundle: alerts import {Variables, DeprecationIcon} from '../../src/variables' -> ⚠️ Hubbers only! These color variables are deprecated and will be replaced at some point. On "dotcom" please use the [new functional variables](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/support/color-system). +> ⚠️ Hubbers only! These color variables are deprecated and will be replaced at some point. On "_dotcom_" please use the [new functional variables](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/support/color-system). > Also take a look at the [migration guide](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/support/v16-migration) when replacing existing colors. diff --git a/docs/content/utilities/colors.mdx b/docs/content/utilities/colors.mdx index bd98ba82..d020fc2c 100644 --- a/docs/content/utilities/colors.mdx +++ b/docs/content/utilities/colors.mdx @@ -9,7 +9,7 @@ import {Box, BorderBox} from '@primer/components' import {palettes, allColors} from '../../src/color-variables' import {PaletteTable, PaletteTableFragment, PaletteHeading, PaletteCell, PaletteValue} from '../../src/color-system' -> ⚠️ Hubbers only! These color utilities are deprecated and will be replaced at some point. On "dotcom" please use the [new functional utilities](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/utilities/colors). +> ⚠️ Hubbers only! These color utilities are deprecated and will be replaced at some point. On "_dotcom_" please use the [new functional utilities](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/utilities/colors). > Also take a look at the [migration guide](https://primer-css-git-mkt-color-modes-docs.primer.now.sh/css/support/v16-migration) when replacing existing colors.