What is the best way to implement custom CSS in Mendix without affecting or overriding the existing Atlas/UI styles?

0
I want to add custom styling to specific components and layouts in my Mendix app, but I want to avoid unintentionally overriding or breaking the default Atlas styles. What is the recommended approach in Mendix 10 for safely adding custom CSS so that it only applies to targeted elements?Should I use custom classes, design properties, a separate stylesheet, or a specific folder structure?Any best practices for keeping the custom styling isolated and maintainable would be helpful.
asked
1 answers
1

Hello Jay,

 

You can basically follow the How-to :

 

https://docs.mendix.com/howto/front-end/customize-styling-new/

 

And next to this how to there are also some learning paths to follow and there is plenty of documentation on the forum and online.

 

Hope this helps, 

 

Good luck

answered