HTMLSnippet & External File & CSS

0
How can I put a .css file into the External File field of an HTMLSnippet?
asked
2 answers
0

If you wanted to use your style classes in HTML snippet:

1. Add your css class in custom_styling.scss in your UI Module.

2. refer the same csss class in your HTMLSnippet appearance tab, class section

answered
0

Have a look at the Mendix documentation on customising styling of your application. It provides several approaches to adding custom CSS to your application. You just need to decide what is most appropriate for your needs.

 

https://docs.mendix.com/howto/front-end/customize-styling-new/

 

I hope this helps. Good luck!

answered