custom class does not work

0
I am using Mendix 8.2.2 version and created “Mendix\UICHECK\theme\styles\web\sass\app\customwidgets\temp.scss” and register file to    “Mendix\UICHECK\theme\styles\web\sass\app\_custom.scss “ still the class is not working. can anyone tell me how can I create custom class in mendix?
asked
3 answers
3

Hi Rohit 

The following blog will help you to achieve it 

https://www.mxblog.nl/2016/03/using-sass-with-mendix/

 

answered
0

Hi Rohit, 

I  think your scss files doesn’t sync or compiled with project properly.

Try with project→ synchronize project directory in modeler. If it doesn’t work then you need to compile scss file manually with the help of calypso app.

Hope this help

answered
0

You can check the sources used by your application, using the console of the browser (f12). See for instance the example of forum.mendix.com:

 

by checking this, you can see if your custom scss is included. And if not, you should clear cache of the browser, clean deployment directory. 

 

answered