Skip to content

Commit

Permalink
Merge branch 'main' into gs/achieve-vertical-alignment-on-popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 21, 2021
2 parents 32d6615 + aec2137 commit 2cb9927
Show file tree
Hide file tree
Showing 19 changed files with 749 additions and 465 deletions.
6 changes: 3 additions & 3 deletions .bundlewatch.config.json
Expand Up @@ -22,15 +22,15 @@
},
{
"path": "./dist/css/bootstrap-utilities.min.css",
"maxSize": "6.85 kB"
"maxSize": "7 kB"
},
{
"path": "./dist/css/bootstrap.css",
"maxSize": "25.5 kB"
"maxSize": "26 kB"
},
{
"path": "./dist/css/bootstrap.min.css",
"maxSize": "23.25 kB"
"maxSize": "23.5 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",
Expand Down
8 changes: 7 additions & 1 deletion config.yml
@@ -1,7 +1,13 @@
languageCode: "en"
title: "Bootstrap"
baseURL: "https://getbootstrap.com"
enableInlineShortcodes: true

security:
enableInlineShortcodes: true
funcs:
getenv:
- ^HUGO_
- NETLIFY

markup:
goldmark:
Expand Down
2 changes: 1 addition & 1 deletion js/src/modal.js
Expand Up @@ -369,7 +369,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (
})
})

// avoid conflict when clicking moddal toggler while another one is open
// avoid conflict when clicking modal toggler while another one is open
const allReadyOpen = SelectorEngine.findOne(OPEN_SELECTOR)
if (allReadyOpen) {
Modal.getInstance(allReadyOpen).hide()
Expand Down

0 comments on commit 2cb9927

Please sign in to comment.