Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 6a8663e

Browse files
committed
Change and remove IE specific css, move it to main css file as fallback prop
1 parent b1dbc15 commit 6a8663e

File tree

6 files changed

+18
-22
lines changed

6 files changed

+18
-22
lines changed

BUILD/BUILD.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,4 @@ new compressor.minify({
2727
console.log("Main CSS minified successfully.");
2828
}
2929
}
30-
});
31-
32-
new compressor.minify({
33-
type: 'yui-css',
34-
fileIn: '../introjs-ie.css',
35-
fileOut: '../minified/introjs-ie.min.css',
36-
callback: function (err) {
37-
if (err) {
38-
console.log(err);
39-
} else {
40-
console.log("IE bugfix CSS minified successfully.");
41-
}
42-
}
4330
});

example/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
<!-- Add IntroJs styles -->
1515
<link href="../introjs.css" rel="stylesheet">
16-
<!--[if lte IE 8]>
17-
<link href="../introjs-ie.css" rel="stylesheet">
18-
<![endif]-->
1916

2017
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
2118
</head>

example/index_programmatic.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
<!-- Add IntroJs styles -->
1515
<link href="../introjs.css" rel="stylesheet">
16-
<!--[if lte IE 8]>
17-
<link href="../introjs-ie.css" rel="stylesheet">
18-
<![endif]-->
1916

2017
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
2118
</head>

0 commit comments

Comments
 (0)