<h1 align="center">Tailwind CSS + Angular</h1>

## ℹ️️ Description

This schematic adds Tailwindcss 2x to an Angular 11 or NX project. 

<br>

## 🔧 How to Install

To Install using `angular cli`, simply do:

```
ng add @ikamva/ngx-tailwindcss
```

<br>

To Install in a specific project:

```
ng add @ikamva/ngx-tailwindcss --project my-app
```

<br>

## 👨🏻‍🏫 How to Use

Check out the [API docs](https://tailwindcss.com/) for the available utilities.

<br>

## ⚠️️ Disclaimer

This repository contains code which is directly taken from:

- [Angular Material](https://github.com/angular/components/tree/master/src/cdk/schematics/utils)
- [Angular 8 + Tailwind CSS Guide](https://dev.to/seankerwin/angular-8-tailwind-css-guide-3m45)

All credits go to the respective developers! 👏

<br>

## 💁🏻 Contributing

This is an open source project. Any contribution would be greatly appreciated!
