From 50d6478f4ca2f50b7e0633f851b71b2d9ca02e00 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Wed, 5 May 2021 10:07:16 +0100 Subject: [PATCH] add note about color decorator settings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fa505f..d8b35db 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ Enable completions when using [Emmet](https://emmet.io/)-style syntax, for examp Controls whether the editor should render inline color decorators for Tailwind CSS classes and helper functions. **Default: `true`** +> Note that `editor.colorDecorators` must be enabled for color decorators to be shown. + ### `tailwindCSS.showPixelEquivalents` Show `px` equivalents for `rem` CSS values in completions and hovers. **Default: `true`**