Merge pull request #23 from theapplegates/patch-1
Small typo Update 2023-11-30-tailwind.md
This commit is contained in:
commit
67230c927f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue