huge bug where the tailwind autocomplete and linting just stoped working for me so tried to fix and now finaly fixed after doingthe instaalation/innitialization again twice!
This commit is contained in:
parent
ec40313983
commit
6b2d7b6f4b
11 changed files with 137 additions and 3415 deletions
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"tailwindCSS.emmetCompletions": true,
|
||||
"editor.inlineSuggest.enabled": true,
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"css.customData": [".vscode/tailwind.json"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue