Upgrade Bootstrap to v5.3.3

This commit is contained in:
Will Faught
2024-04-06 18:03:24 -07:00
parent 0e0df96c29
commit 19283a9d6c
105 changed files with 311 additions and 302 deletions

View File

@@ -7,7 +7,9 @@
import EventHandler from '../dom/event-handler.js'
import Config from './config.js'
import { execute, executeAfterTransition, getElement, reflow } from './index.js'
import {
execute, executeAfterTransition, getElement, reflow
} from './index.js'
/**
* Constants

View File

@@ -17,7 +17,10 @@ export const DefaultAllowlist = {
br: [],
col: [],
code: [],
dd: [],
div: [],
dl: [],
dt: [],
em: [],
hr: [],
h1: [],