remove repeated paragraph

This commit is contained in:
fLaMEd 2023-12-06 09:49:05 +13:00 committed by GitHub
parent d30f3e347d
commit c3e0dd0102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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