TailwindCSS for Adobe Experience Manager? | Community
Skip to main content
Level 4
October 7, 2022
Solved

TailwindCSS for Adobe Experience Manager?

  • October 7, 2022
  • 1 reply
  • 3004 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by B_Sravan

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/

1 reply

B_Sravan
Community Advisor
B_SravanCommunity AdvisorAccepted solution
Community Advisor
October 8, 2022

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/