Skip to content

Commit 7ef7794

Browse files
committed
Update readme
1 parent 45c5cd6 commit 7ef7794

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ Enable completions when using [Emmet](https://emmet.io/)-style syntax, for examp
5656
}
5757
```
5858

59+
### `tailwindCSS.colorDecorators`
60+
61+
Controls whether the editor should render inline color decorators for Tailwind CSS classes and helper functions.
62+
63+
- `inherit`: Color decorators are rendered if `editor.colorDecorators` is enabled.
64+
- `on`: Color decorators are rendered.
65+
- `off`: Color decorators are not rendered.
66+
5967
### `tailwindCSS.validate`
6068

6169
Enable linting. Rules can be configured individually using the `tailwindcss.lint` settings:

0 commit comments

Comments
 (0)