skills/smithery.ai/angular-tailwind

angular-tailwind

Installation
SKILL.md

Tailwind CSS Setup (Angular)

This skill guides you through the minimal setup to get Tailwind CSS running in an Angular project.

1. Install Dependencies

Run the following command to install Tailwind CSS, PostCSS, and the Tailwind PostCSS plugin:

npm install tailwindcss @tailwindcss/postcss postcss

2. Configure PostCSS

Create a file named .postcssrc.json in the root of your project (where package.json is) and add the following content:

File: .postcssrc.json

Installs
1
First Seen
Apr 25, 2026
angular-tailwind from smithery.ai