TailwindCSS for Adobe Experience Manager? | Adobe Higher Education
Skip to main content
Level 4
October 7, 2022
해결됨

TailwindCSS for Adobe Experience Manager?

  • October 7, 2022
  • 1 답변
  • 3004 조회

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?

이 주제는 답변이 닫혔습니다.
최고의 답변: 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 답변

B_Sravan
Community Advisor
B_SravanCommunity Advisor답변
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/