Mendix App Custom Progress Indicator

0
Hi, I would like to know how to change the progress bar from a Mendix app. I have tried going to the project directory > deployment > web > styles > css > lib > lib.css This is where i found the mx-progress classes. However, though any change i make to this file is effective, it reverts back every time I clean my deployment directory.  Please kindly assist on how to make this change permanent.
asked
1 answers
4

When changing the style, you should always work in the sass instead of the css directory. The sass files need to be compiled to css (you can use gulp or koala). This will always overwrite your css files.

answered