DEV Community

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

 
zuratama profile image
Pepperwood

I found the solution to this angular theme and tailwind conflict.
change '~@angular/material/theming' to either '~@angular/material/_theming.scss' or
'relative_path_to_node_module (../../node_modules/@angular/material/_theme.scss'

html.developreference.com/article/...