Merge pull request #23 from theapplegates/patch-1

Small typo Update 2023-11-30-tailwind.md
This commit is contained in:
Lene Saile 2023-12-05 22:31:43 +01:00 committed by GitHub
commit 67230c927f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ That is, you are able to use `mt-xs-s` instead of a class like `mt-20` for examp
},
```
Yo get a custom property mapped to the color name `pink`: `--color-my-custom-color-name: pink` _and_ the classes `bg-my-custom-color-name` as well as `text-my-custom-color-name`.
You get a custom property mapped to the color name `pink`: `--color-my-custom-color-name: pink` _and_ the classes `bg-my-custom-color-name` as well as `text-my-custom-color-name`.
Consider that we limit those utilities in the theme section: