We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbffd23 commit 73ea9a5Copy full SHA for 73ea9a5
CHANGELOG.md
@@ -1,7 +1,7 @@
1
### HEAD
2
3
* Remove image replacement helper class `.ir`.
4
-* Update to Modernizr 2.7.0.
+* Update to Modernizr 2.7.1.
5
* Update to Apache Server Configs 2.0.0.
6
* Add vertical centering for `svg` ([#1453](https://github.com/h5bp/html5-boilerplate/issues/1453)).
7
* Redesign 404 page ([#1443](https://github.com/h5bp/html5-boilerplate/pull/1443)).
index.html
@@ -11,7 +11,7 @@
11
12
<link rel="stylesheet" href="css/normalize.css">
13
<link rel="stylesheet" href="css/main.css">
14
- <script src="js/vendor/modernizr-2.7.0.min.js"></script>
+ <script src="js/vendor/modernizr-2.7.1.min.js"></script>
15
</head>
16
<body>
17
<!--[if lt IE 8]>
0 commit comments