update readme

master
Brad Cornes 2021-05-06 23:01:37 +01:00
parent 68f2f1b8e5
commit 0ef99e1e77
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ VS Code has built-in CSS validation which may display errors when using Tailwind
"css.validate": false
```
By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the `editor.quickSuggestions` setting may improve your experience, particularly when editing Tailwind classes within JSX:
By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the `editor.quickSuggestions` setting may improve your experience:
```
"editor.quickSuggestions": {