Custom css not working?

2
I have created custom class in \theme\styles\web\sass\custom\components\_tabcontainer.scss   and imported in \theme\styles\web\sass\custom\custom.scss still the class is not applicable to widget do I need to do anything more.
asked
3 answers
1

Make sure Calypso is turned on when you are customizing the SCSS file.

answered
0

Hi Rohit,

Have you compiled the CSS code. If not please compile the CSS code by using Calypso compiler.

https://docs.mendix.com/howto8/front-end/calypso

 

Thanks,

Ragul.

 

answered
0

HI 

 

You need to add your css in theme>web>custom-variables.scss 

Or you can create your own scss file and import it in  theme>web>main.scss

 

Regards,

Anahit Pahlevanyan

answered