How can I create a completely blank Anvil project with no preloaded HTML or CSS?
On a fresh Custom HTML app I’m still seeing Bootstrap 3 being injected. I’m trying to build from scratch, so I expected an empty baseline without any frameworks. What’s the recommended way to get a zero-Bootstrap, zero-CSS starting point?
In the Advanced section when you create an app, there’s a Custom HTML option for the app itself. That loads a super minimal app that doesn’t seem to have anything loaded.