Sass changes are not reflecting in 9.21.0

0
Hi Experts, I have created a new module for SCSS as UIResources and made that module as mark as UI resource and created a custom.scss file and written the custom code and imported this custom file in the main.scss and ran the application but the changes are not relecting.  
asked
2 answers
0

Make sure you add the UI-resources module in the correct order in the App settings:

This determines the order in which your css is loaded in, if your UImodule is not in the correct position it will get overwritten by ‘later’ styling

answered
0

Hi Attar,


Did you upgrade from Mendix 8 to 9?

I ran into the same problem only after discovering that the buildin compiler wont work when upgraded. You can use Calypso to make it compile.

This doc will guide you through https://docs.mendix.com/refguide/moving-from-atlas-2-to-3/

Good luck!

answered