Custom CSS Clean up

1
Hello Forum,   We have an app whitch is currently in need of a clean up. I want to start cleaning up the CSS and in particular the custom CSS. We have differen files for the custom CSS. Is there any way for me to see what custom CSS classes are not in use? Or the otherway around to show me what CSS classes are in use?   thanks in advance.   Jasper Voerman
asked
1 answers
1

Hi Jasper,

 

Thanks for asking your question on the forum. The short answer; no, at least not easily.

 

There might be an option to build a script that uses the Mendix SDK to read the model and collect the used classes as properties. Afterwards, you could compare this list with the available classes in your sass files.

 

Likely not the answer you were hoping for, but hopefully it will help you nevertheless.

answered