- Issue created by @paddy_deburca
- Status changed to Closed: outdated
24 days ago 10:21am 23 July 2025
When adding custom CSS to the base.pcss
file, these custom CSS are not compiled and exposed to the final theme.
- edit base.pcss
and add custom CSS
- rebuild the CSS using npm run build
- clear cache on web site
- Custom CSS is not applied
- rename base.pcss
to base.pcss.css
in order for the build process to capture the CSS file
- update the theme libraries YML file to reference dist/css/base/base.css
none
none
none
none
Active
5.0
Code