Skip to content

Commit 409309c

Browse files
authored
7.0.1 (#2112)
updates main.css to latest, updates changelog and bumps version
1 parent 32b3872 commit 409309c

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 7.0.1 (February 11, 2019)
2+
* Bumps main.css to current version ([#2112](https://github.com/h5bp/html5-boilerplate/pull/2112))
3+
14
### 7.0.0 (February 8, 2019)
25

36
* Drop support for IE9/IE10 (usage of these versions is tiny and Microsoft officially ended support back in 2016. ([#2074](https://github.com/h5bp/html5-boilerplate/pull/2074))

dist/.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,3 +1221,4 @@ FileETag None
12211221
# RewriteCond %{REQUEST_FILENAME} !-f
12221222
# RewriteRule ^(.+)\.(\w+)\.(bmp|css|cur|gif|ico|jpe?g|m?js|png|svgz?|webp|webmanifest)$ $1.$3 [L]
12231223
# </IfModule>
1224+

dist/css/main.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
1+
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
22

33
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
44
/*
@@ -28,11 +28,6 @@
2828
* Customize the background color to match your design.
2929
*/
3030

31-
::-moz-selection {
32-
background: #b3d4fc;
33-
text-shadow: none;
34-
}
35-
3631
::selection {
3732
background: #b3d4fc;
3833
text-shadow: none;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"build": "gulp build",
5252
"test": "gulp archive && mocha --require babel-core/register --reporter spec --timeout 5000"
5353
},
54-
"version": "7.0.0",
54+
"version": "7.0.1",
5555
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
5656
"files": [
5757
"CHANGELOG.md",

0 commit comments

Comments
 (0)