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