From 3283fe1b52f18b87f55dfec0a5a5d4733994737d Mon Sep 17 00:00:00 2001 From: Shohei Yoshida Date: Wed, 5 Jun 2019 00:51:36 +0900 Subject: Rename .text-monospace to .font-monospace (#28867) --- site/content/docs/4.3/migration.md | 1 + site/content/docs/4.3/utilities/text.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'site/content/docs') diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index e2ced63b3..85e9f6dcf 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -91,6 +91,7 @@ Badges were overhauled to better differentiate themselves from buttons and to be ## Utilities +- Renamed `.text-monospace` to `.font-monospace` - **Todo:** Drop `.text-hide` as it's an antiquated method for hiding text that shouldn't be used anymore - **Todo:** Split utilities into property-value utility classes and helpers diff --git a/site/content/docs/4.3/utilities/text.md b/site/content/docs/4.3/utilities/text.md index 514018e76..2cc8390e6 100644 --- a/site/content/docs/4.3/utilities/text.md +++ b/site/content/docs/4.3/utilities/text.md @@ -80,10 +80,10 @@ Quickly change the weight (boldness) of text or italicize text. ## Monospace -Change a selection to our monospace font stack with `.text-monospace`. +Change a selection to our monospace font stack with `.font-monospace`. {{< example >}} -

This is in monospace

+

This is in monospace

{{< /example >}} ## Reset color -- cgit v1.2.3