Skip to content

Commit

Permalink
update for v5.2.3 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Nov 22, 2022
1 parent f8d6bc2 commit 329e673
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 47 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you'd prefer to load the bootstrap-ie11 CSS without JavaScript you could use
The CSS can be loaded via a CDN:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.2.2/css/bootstrap-ie11.min.css" media="all and (-ms-high-contrast: active), (-ms-high-contrast: none)">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.2.3/css/bootstrap-ie11.min.css" media="all and (-ms-high-contrast: active), (-ms-high-contrast: none)">
```

## FAQS
Expand Down
36 changes: 18 additions & 18 deletions css/bootstrap-ie11.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/bootstrap-ie11.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-ie11.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/bootstrap-ie11.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-ie11",
"version": "5.2.2",
"version": "5.2.3",
"description": "Bootstrap 5 for Internet Explorer 11",
"keywords": [
"bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion scss/bootstrap-ie11.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap for IE11 v5.2.2 (https://github.com/coliff/bootstrap-ie11)
* Bootstrap for IE11 v5.2.3 (https://github.com/coliff/bootstrap-ie11)
* Copyright 2022 C.Oliff
* Licensed under MIT (https://github.com/coliff/bootstrap-ie11/blob/main/LICENSE)
*/
Expand Down
1 change: 0 additions & 1 deletion tests/.htmlhintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"id-unique": true,
"inline-script-disabled": false,
"inline-style-disabled": false,
"space-tab-mixed-disabled": space,
"spec-char-escape": false,
"src-not-empty": true,
"style-disabled": false,
Expand Down

0 comments on commit 329e673

Please sign in to comment.