“Comment obtenir Tailwindcss Intellisense pour travailler avec les fichiers React” Réponses codées

Comment obtenir Tailwindcss Intellisense pour travailler avec les fichiers React

//in your settings.json add the following below:
{
  // other settings
  "tailwindCSS.includeLanguages": {
    "javascript": "javascript",
    "html": "HTML"
  },
  "editor.quickSuggestions": {
    "strings": true
  }
}

// if it doesnot work after the above is added to settings.json
// delete the "tailwind.config.js" file and create it back by running the below on your terminal
npx tailwindcss init
driiisdev

Comment obtenir Tailwindcss Intellisense pour travailler avec les fichiers React

//in your settings.json add the following below:
{
  // other settings
  "tailwindCSS.includeLanguages": {
    "javascript": "javascript",
    "html": "HTML"
  },
  "editor.quickSuggestions": {
    "strings": true
  }
}

// if it doesnot work after the above is added to settings.json
// delete the "tailwind.config.js" file and create it back by running the below on your terminal
npx tailwindcss init
driiisdev

Réponses similaires à “Comment obtenir Tailwindcss Intellisense pour travailler avec les fichiers React”

Questions similaires à “Comment obtenir Tailwindcss Intellisense pour travailler avec les fichiers React”

Plus de réponses similaires à “Comment obtenir Tailwindcss Intellisense pour travailler avec les fichiers React” dans CSS

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code