AEM CSS framework OOB? | Community
Skip to main content
Level 2
December 15, 2020
Solved

AEM CSS framework OOB?

  • December 15, 2020
  • 1 reply
  • 1500 views

I need to ask this. Does AEM come with an out of the box CSS framework for component and pages; where can I find it?

Thanks

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 Kunal_Gaba_

Didn't get your question. You are required to create custom CSS for styling components in AEM. You can use any framework or language to build that CSS and then use a front end development workflow process to compile and deploy it to AEM as a clientlib. You can follow this page for more details on front end development workflow - https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/uifrontend.html?lang=en#developing

1 reply

Kunal_Gaba_
Kunal_Gaba_Accepted solution
December 16, 2020

Didn't get your question. You are required to create custom CSS for styling components in AEM. You can use any framework or language to build that CSS and then use a front end development workflow process to compile and deploy it to AEM as a clientlib. You can follow this page for more details on front end development workflow - https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/uifrontend.html?lang=en#developing

Level 2
December 16, 2020
Thanks @kunal_gaba_ I figured as much just making sure, what are your thoughts on Bootstrap 4/5?