


How do I properly incorporate Tailwind CSS into my AEM project?
I am using the latest Maven archetype. Curious if anyone has any experience, gotchas, or know-how they can share on updating the archetype to include TailwindCSS?
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
you can't make any changes at archetype level after once the project is built.
At your project level, you can load tailwind directives in your ui.frontend module though.
check this, it may help : https://aem.news/using-tailwind-with-aem/
you can't make any changes at archetype level after once the project is built.
At your project level, you can load tailwind directives in your ui.frontend module though.
check this, it may help : https://aem.news/using-tailwind-with-aem/