From c3e0dd010238a65793941f5cd7be9f4085b0c17d Mon Sep 17 00:00:00 2001 From: fLaMEd Date: Wed, 6 Dec 2023 09:49:05 +1300 Subject: [PATCH] remove repeated paragraph --- src/posts/2023-11-30-tailwind.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/posts/2023-11-30-tailwind.md b/src/posts/2023-11-30-tailwind.md index 8ebca50..82f7e02 100644 --- a/src/posts/2023-11-30-tailwind.md +++ b/src/posts/2023-11-30-tailwind.md @@ -39,10 +39,6 @@ If you want to add the generation for border-color classes for example, you'd ha `borderColor: ({theme}) => theme('colors')` -If you want to add the generation for border-color classes for example, you'd have to add that right there: - -`borderColor: ({theme}) => theme('colors')` - Also. you _do_ have something like `md:text-right` available because we define the screens on line 26: ```js