update readme
parent
68f2f1b8e5
commit
0ef99e1e77
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue