Skip to content

Commit c80ad0b

Browse files
committed
update to 4.1.3
1 parent 040d333 commit c80ad0b

6 files changed

+6
-5
lines changed

.stylelintrc

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"selector-list-comma-newline-before": "never-multi-line",
3636
"selector-list-comma-space-after": "always-single-line",
3737
"selector-list-comma-space-before": "never-single-line",
38+
"selector-pseudo-class-blacklist": ["valid", "invalid", "required"],
3839
"selector-max-attribute": 2,
3940
"selector-max-class": 4,
4041
"selector-max-combinators": 4,

css/bootstrap-ie8.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Bootstrap 4 for IE8 - v4.1.2 */
1+
/* Bootstrap 4 for IE8 - v4.1.3 */
22
/* https://github.com/coliff/bootstrap-ie8 */
33

44
* {

css/bootstrap-ie9.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Bootstrap 4 for IE9 - v4.1.2 */
1+
/* Bootstrap 4 for IE9 - v4.1.3 */
22
/* https://github.com/coliff/bootstrap-ie8 */
33

44
.card-group .card,

js/bootstrap-ie8.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Bootstrap 4 for IE8 - v4.1.2 */
1+
/* Bootstrap 4 for IE8 - v4.1.3 */
22
/* https://github.com/coliff/bootstrap-ie8 */
33

44
// create the nodeType constants if the Node object is not defined

js/bootstrap-ie9.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Bootstrap 4 for IE9 - v4.1.2 */
1+
/* Bootstrap 4 for IE9 - v4.1.3 */
22
/* https://github.com/coliff/bootstrap-ie8 */
33

44
// adds classList support (as Array) to Element.prototype for IE8-9

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-ie8",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Bootstrap 4 for IE8 and IE9",
55
"main": "css/bootstrap-ie8.css",
66
"scripts": {

0 commit comments

Comments
 (0)