/tailwindcss-intellisense-starter

To make IntelliSense working: install tailwindcss and postcss then add tailwind.config.js or just clone this template.

Primary LanguageHTMLMIT LicenseMIT

TailwindCSS with JIT and IntelliSense

  1. Install Tailwind CSS IntelliSense

  2. Install Live Server

  3. Clone this repo

    git clone git@github.com:siriokun/tailwindcss-intellisense-starter.git my-tailwind

  4. Open my-tailwind with Visual Studio Code

  5. Install tailwindcss and postcss

    npm i

  6. Restart Visual Studio Code

  7. Run JIT mode

    npm start

  8. Edit HTML files with JIT and IntelliSense working.