DEV Community

Discussion on: Angular 8/9/10 + Tailwind CSS Guide

Collapse
 
jasontalon profile image
Jason Talon • Edited

Thanks, this helps me to install tailwind to an old Angular 8 app. Though I encounter several issues because the install script provided will install latest versions of its packages, thus breaks due to incompatibility with each other.

I added specific versions to correct them.

npm i tailwindcss@1.9.6 postcss-scss@3.0.4 postcss-import@12.0.1 postcss-loader@3.0.0 @angular-builders/custom-webpack@8.4.1 postcss@7.0.35 -D

Collapse
 
kienlc1610 profile image
Kien Lam

This work with me in angular 8.