Skip to content

Commit 5942cab

Browse files
committed
css: drop support for IE
1 parent 3d11593 commit 5942cab

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

modernize.css

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ body {
2424
margin: 0;
2525
}
2626

27-
/**
28-
* Render the `main` element consistently in IE.
29-
*/
30-
31-
main {
32-
display: block;
33-
}
34-
3527
/**
3628
* Correct the font size and margin on `h1` elements within `section` and
3729
* `article` contexts in Chrome, Firefox, and Safari.
@@ -218,14 +210,6 @@ progress {
218210
vertical-align: baseline;
219211
}
220212

221-
/**
222-
* Remove the default vertical scrollbar in IE 10+.
223-
*/
224-
225-
textarea {
226-
overflow: auto;
227-
}
228-
229213
/**
230214
* Correct the cursor style of increment and decrement buttons in Safari.
231215
*/
@@ -281,14 +265,3 @@ details {
281265
summary {
282266
display: list-item;
283267
}
284-
285-
/* Misc
286-
========================================================================== */
287-
288-
/**
289-
* Add the correct display in IE 10+.
290-
*/
291-
292-
template {
293-
display: none;
294-
}

0 commit comments

Comments
 (0)