Documentation

Installation

Steps to follow for getting started with the tailwind:

Tailwind

To take advantage of Tailwind’s customization features, you’ll want to install Tailwind and its peer-dependencies via npm.

  1. Start command prompt window or terminal and change directory to your folder.
    cd folder-path
  2. Install via the npm
    npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
  3. To customize your Tailwind installation, generate a config file for your project using the Tailwind CLI utility included when you install the tailwindcss npm package:

    npx tailwindcss init
  4. For build
    npm run build -css