From 26cd19adab7af2d5554bc5179eef19979bbe8047 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 27 Jun 2024 21:20:10 +0200 Subject: [PATCH] Update test fixtures to use class instead of className Fixes https://github.com/hydephp/develop/issues/1730 --- tests/fixtures/_posts/typography-front-matter.md | 4 ++-- tests/fixtures/_posts/typography-simple.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fixtures/_posts/typography-front-matter.md b/tests/fixtures/_posts/typography-front-matter.md index c796166411f..fcec1ea0e28 100644 --- a/tests/fixtures/_posts/typography-front-matter.md +++ b/tests/fixtures/_posts/typography-front-matter.md @@ -21,7 +21,7 @@ image: -

+

Until now, trying to style an article, document, or blog post with Tailwind has been a very tedious task.

@@ -30,7 +30,7 @@ The `@tailwindcss/typography` plugin is our attempt to give you what you _actual > Why is Tailwind removing the default styles on my `h1` elements? How do I disable this? What do you mean I lose all the other base styles too? -
+

Shouldn't be colored

diff --git a/tests/fixtures/_posts/typography-simple.md b/tests/fixtures/_posts/typography-simple.md index f966f97e94d..a951a38a419 100644 --- a/tests/fixtures/_posts/typography-simple.md +++ b/tests/fixtures/_posts/typography-simple.md @@ -7,7 +7,7 @@ description: A TailwindCSS Typography demo with little front matter. -

+

Until now, trying to style an article, document, or blog post with Tailwind has been a very tedious task.

@@ -16,7 +16,7 @@ The `@tailwindcss/typography` plugin is our attempt to give you what you _actual > Why is Tailwind removing the default styles on my `h1` elements? How do I disable this? What do you mean I lose all the other base styles too? -
+

Shouldn't be colored