From 7ef77949a35a20289a97d1c74cdc9598c03d84b8 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Fri, 21 Aug 2020 16:27:57 +0100 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8b85b8e..e3b8c12 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ Enable completions when using [Emmet](https://emmet.io/)-style syntax, for examp } ``` +### `tailwindCSS.colorDecorators` + +Controls whether the editor should render inline color decorators for Tailwind CSS classes and helper functions. + +- `inherit`: Color decorators are rendered if `editor.colorDecorators` is enabled. +- `on`: Color decorators are rendered. +- `off`: Color decorators are not rendered. + ### `tailwindCSS.validate` Enable linting. Rules can be configured individually using the `tailwindcss.lint` settings: