Home > Mobile >  tailwind css with vscode
tailwind css with vscode

Time:12-21

(https://i.stack.imgur.com/i91uP.png) how could I get those suggestion when I'm typing

I want to get the suggesting when typing

CodePudding user response:

You have 2 possibilities to get the suggestions while writing code using the Tailwind CSS framework:

CodePudding user response:

open the VS code quick open (Ctrl P) and paste the following command ext install bradlc.vscode-tailwindcss And then install tailwind css and the tailwind config file named 'tailwind.config.js' in your workspace Done it should now add the suggestion For more details read the article here

CodePudding user response:

you just need install an unocss extendion, i've tried a few methods,and didn't worked.

  • Related