From 07f7311d2b567c8381be91fccef283251a82fd8a Mon Sep 17 00:00:00 2001 From: Will Mruzek Date: Fri, 22 Aug 2025 07:29:26 -0400 Subject: [PATCH 1/2] Update README with 'not-prose' usage clarification --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2015d6..4a270e0 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,8 @@ If you have a block of markup embedded in some content that shouldn't inherit th Note that you can't nest new `prose` instances within a `not-prose` block at this time. +If using a `prefix(...)`, use `not-prose` without the prefix. + ### Adding custom color themes To customize the color theme beyond simple CSS overrides, you can use the JavaScript based theme API. To do that, use the `@config` directive: From 2ab50ceecb39acd8d5c83062e9b675f0f509e489 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Fri, 22 Aug 2025 12:57:45 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a270e0..db317dd 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ If you have a block of markup embedded in some content that shouldn't inherit th Note that you can't nest new `prose` instances within a `not-prose` block at this time. -If using a `prefix(...)`, use `not-prose` without the prefix. +Even when using a prefix for your utilities `not-prose` should not have a prefix. ### Adding custom color themes