“Cómo hacer que Tailwindcss IntelliSense funcione con react archivos” Código de respuesta

Cómo hacer que Tailwindcss IntelliSense funcione con react archivos

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

Cómo hacer que Tailwindcss IntelliSense funcione con react archivos

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

Respuestas similares a “Cómo hacer que Tailwindcss IntelliSense funcione con react archivos”

Preguntas similares a “Cómo hacer que Tailwindcss IntelliSense funcione con react archivos”

Más respuestas relacionadas con “Cómo hacer que Tailwindcss IntelliSense funcione con react archivos” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código