Reputation: 276
I tried to follow this https://tailwindcss.com/docs/installation
But since one of the steps requires ng eject
and as this option is disabled on Angular 6 I am stuck, I tried few options but otherwise found nothing on the web.
Could anyone manage to add tailwindcss to Angular 6?
Thanks
Upvotes: 1
Views: 672
Reputation: 1405
You can use npm i ng-tailwindcss
Read more about it from here. It's pretty easy to follow it.
If you are setting up a new application, I recommend you do the 'Quick and Dirty Setup', it creates the same results as 'Full Installation'
Upvotes: 3