mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Docs: fix two class attributes on same button (#38317)
This commit is contained in:
parent
0653e7f648
commit
2008c65c54
@ -65,7 +65,7 @@ To fix this, you can use an `importmap` to resolve the arbitrary module names to
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, modularity!</h1>
|
||||
<button id="popoverButton" type="button" class="btn btn-primary btn-lg" class="btn btn-lg btn-danger" data-bs-toggle="popover" title="ESM in Browser" data-bs-content="Bang!">Custom popover</button>
|
||||
<button id="popoverButton" type="button" class="btn btn-primary btn-lg" data-bs-toggle="popover" title="ESM in Browser" data-bs-content="Bang!">Custom popover</button>
|
||||
|
||||
<script async src="https://cdn.jsdelivr.net/npm/es-module-shims@1/dist/es-module-shims.min.js" crossorigin="anonymous"></script>
|
||||
<script type="importmap">
|
||||
|
Loading…
x
Reference in New Issue
Block a user