Currently Angular 8+ is supported
ng add @flakolefluk/tailwind-schematics (will use default project)
// or
ng add @flakolefluk/tailwind-schematics --project=<PROJECT_NAME>
When building your project for production, Prune CSS will be used to removed all the unused utility classes generated by TailwindCSS.
This project is in an early stage. Please report any bugs and feel free to create PR's. Thank you!
npm run test
will run the unit tests, using Jasmine as a runner and test framework.