How to import additional css (e.g. animate.css)

0
Hello I want to use the animate.css styles but no idea how to import that into my project. I'm able to use it on the login page (that was easy enough to figure out) but struggling to work out how to import it to be used on normal pages within mendix. Any ideas?
asked
1 answers
4

You'll want to add the reference to your index.html file, which should be located in <your project directory>/theme/. If it is not there, you can copy the index.html file from <project directory>/deployment/web/

answered