Hi!
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?
<link rel="stylesheet" href="https://4a4m5c7zacovwu5w.anvil.app/debug/SCNBEHS2YLM6HE6VJDVVVEPFVZCL2QV5%3DQ2PSZFV46SKGPVOJQNWAPBDS/_/static/runtime/css/bootstrap.css?sha=c72a0381af84afb75234" crossorigin="">
<link rel="stylesheet" href="https://4a4m5c7zacovwu5w.anvil.app/debug/SCNBEHS2YLM6HE6VJDVVVEPFVZCL2QV5%3DQ2PSZFV46SKGPVOJQNWAPBDS/_/static/runtime/css/bootstrap-theme.min.css?sha=42cf18f709a52a7f4a0a" crossorigin="">


