Skip to content

Instantly share code, notes, and snippets.

@alexdeathway
Created October 26, 2022 05:30
Show Gist options
  • Select an option

  • Save alexdeathway/aa5222e095a3ee232c615c2a9b237e1b to your computer and use it in GitHub Desktop.

Select an option

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
"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