Created
October 26, 2022 05:30
-
-
Save alexdeathway/aa5222e095a3ee232c615c2a9b237e1b to your computer and use it in GitHub Desktop.
This snippet addition to settings.json will activate Tailwind CSS tooling for VS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "tailwindCSS.emmetCompletions": true, | |
| "editor.inlineSuggest.enabled": true, | |
| "editor.quickSuggestions": { | |
| "strings": true | |
| }, | |
| "css.validate": false, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment