Skip to content

Instantly share code, notes, and snippets.

@joydeep-bhowmik
Created November 20, 2024 06:30
Show Gist options
  • Select an option

  • Save joydeep-bhowmik/4df2746d1e8ce58277c2fd25a1bf9460 to your computer and use it in GitHub Desktop.

Select an option

Save joydeep-bhowmik/4df2746d1e8ce58277c2fd25a1bf9460 to your computer and use it in GitHub Desktop.
vscode settings

fix tailwind css intelisense

"editor.quickSuggestions": {
  "strings": true
},
"tailwindCSS.experimental.classRegex": [
  ["class\\s*[:=]\\s*[\"'`]([^\"'`]*).*", 1]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment