How To Add Tailwind In Angular 11 Project

preview_player
Показать описание
Hey guys let's install Tailwind Css in an Angular 11 project!
Enjoy!

#angular #tailwind
Рекомендации по теме
Комментарии
Автор

Schema validation failed with the following errors:
Data path "" should NOT have additional ERROR why ?

ferkalkarim
Автор

Bravo Daniel, proud to be your collegue !

jihedt
Автор

How does your terminal offer words before you write?

ugur_uyar
Автор

ng add ngx-tailwind ...does the same thing

realshlimshady
Автор

u can add this backgroundImage url in taildwind.config.js and make it work? all in angular project.

theme: {
extend: {
backgroundImage: theme => ({
'hero-pattern': url('./assets/bg-primary.png'),
})
},
}

onepizzatcg