Small typo Update 2023-11-30-tailwind.md

Line 24 changed Yo to You
This commit is contained in:
Paul 2023-12-02 10:37:56 -05:00 committed by GitHub
parent d30f3e347d
commit ede9a6718b
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: