Hello,
Sorry for the likely dumb question, but I was wondering if there was a way to specify what CSS to use in the Unreal Engine itself. I know you can adjust the CSS in the code upon packaging, but would like to tell the engine to package with a CSS that I’d made without having to dive into said code each time I or a teammate packages a product for HTML5. I couldn’t locate any options in the project settings, however.
For instance/to be clear, I can package then change the portion of the HTML file (after opening in Notepad++ or similar, of course) to link another sheet rather than the default maxcdn bootstrap.min.css file it links to, or add/remove buttons below that. Just wondering if there was a way to tell the engine, “Hey, build with Lesson13.css instead of bootstrap.min.css” or similar so that I wouldn’t have to dive into the HTML file after packaging and change it there, as it can become tedious after several teammates continually update and package things based on feedback.
I’ve checked in the Answers hub and didn’t find anything, nor did a quick search in the forums turn up anything. I apologize if I just missed something in any of the locations (forum, engine, or answer hub).