tailwindcss-schematics
tailwindcss-schematics copied to clipboard
A schematic to add TailwindCSS to AngularCLI applications
This repo has been archived in favor of ngneat/tailwind. The npm library @nartc/tailwind-schematics will no longer be maintained. Please refer to ngneat/tailwind for updates, usage documentations, and issues.
Angular Tailwind CSS Schematics
This schematic will add TailwindCSS to your Angular application.
Usage
ng add @nartc/tailwind-schematics
Usage with Nx
In Nx, you can either use nx add or ng add (same as above) to use the schematics.
nx add @nartc/tailwind-schematics
Options
| name | type | default | description |
|---|---|---|---|
| cssFlavor | string | css | The CSS flavor the project is using |
Acknowledgement
- Total Guide to Custom Angular Schematics
- ng add Schematic
- @santosh for quick and concise answers to my questions
Contribution
Any contribution is welcome
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!