Best Practice for Moving Styling Variables and Classes to Module instead of App level

0
Hello, I believe that a best practice for Mendix is to not have the styling files be edited in the App styling section and instead move them to a created module.   Is this true? What is the best way to transfer all of the variables and styling documents to my module without messing things up?
asked
1 answers
0

Hi Carter,

 

You are referring to the Design System. I would use that if you have multiple apps that require the same style.

https://docs.mendix.com/howto/front-end/create-a-company-design-system/

 

If the App is a one-off, you can use the Styling section:

https://academy.mendix.com/link/paths/123/Style-your-App-with-Sass

You can bing add-ons also to other projects using a Partial:

https://academy.mendix.com/link/modules/481/lectures/3864/-4.3.1-Create-a-Partial

 

And more advanced Styling can be found here:

https://academy.mendix.com/link/paths/122/Polish-your-Styling

 

Go Make It

answered