Mendix SCSS deployment issue

0
I have created several CSS classes in the SCSS files but they cannot be processed when I redeployed the application to the cloud server. However, the classes that I created before the app was deployed are still working and I can use them to custom my widgets. The SCSS files are under ./theme/web. Any help will be appreciated.
asked
1 answers
0

Hi Rui,

Maybe there is an issue while auto compiling in the version that you’re using. See release notes of Mx 9.10. Although they’ve not specifically mentioned it as known issue in your version.

You could try to recompile your css by using the option of sync the project directory before committing and redeploying and see if that helps?

answered