notiz-dev / ngx-tailwind

💨 Simple Angular schematic that initializes Tailwind CSS in your project and adds a custom webpack config to your build process.
https://notiz.dev/blog/angular-10-with-tailwindcss#use-tailwind-css-utility-classes
MIT License
128 stars 9 forks source link

Support nrwl/nx #32

Open mostafa8026 opened 2 years ago

mostafa8026 commented 2 years ago

I think it would be useful to support nrwl/nx plugin schema. this link explains how to add ng-add schema that compatible with nx. I'm currently add tailwind to nx projects in a tedious way explained here

marcjulian commented 2 years ago

hi @mostafa8026 it worked out of the box with angular 11. Not sure if it works with 12 or 13. If you like you can contribute with a PR to add the support if necessary.