“Jak uzyskać Intellisenss TailWindcss do pracy z plikami React” Kod odpowiedzi

Jak uzyskać Intellisenss TailWindcss do pracy z plikami 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

Jak uzyskać Intellisenss TailWindcss do pracy z plikami 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

Odpowiedzi podobne do “Jak uzyskać Intellisenss TailWindcss do pracy z plikami React”

Pytania podobne do “Jak uzyskać Intellisenss TailWindcss do pracy z plikami React”

Więcej pokrewnych odpowiedzi na “Jak uzyskać Intellisenss TailWindcss do pracy z plikami React” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu