how to load SCSS file in to aem custem clientlibs in ui.apps instead of loading via ui.frontend | Community
Skip to main content
New Participant
May 30, 2023
Solved

how to load SCSS file in to aem custem clientlibs in ui.apps instead of loading via ui.frontend

  • May 30, 2023
  • 2 replies
  • 1714 views

how to load scss file in aem custem clientlibs 
ex : apple/project/custem-clientlibs 

 

ccs/-test.scss

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 rawvarun

You can compile your scss to css for aem clientlibs.

Refer: https://github.com/eirslett/frontend-maven-plugin

2 replies

DPrakashRaj
New Participant
May 31, 2023

Use maven plugin as explained in https://github.com/mickleroy/aem-sass-compiler

I believe newer maven project archetype has in build support for react and angular which uses sass file so should have default plugin included in project. Please check

rawvarun
rawvarunAccepted solution
New Participant
May 30, 2023

You can compile your scss to css for aem clientlibs.

Refer: https://github.com/eirslett/frontend-maven-plugin