Merge pull request #24 from flamedfury/patch-1

remove repeated paragraph
This commit is contained in:
Lene Saile 2023-12-05 22:33:41 +01:00 committed by GitHub
commit 51eee5ecc0
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