Readying the 7.30 release

This commit is contained in:
Rob Larsen
2019-11-06 15:14:01 -05:00
parent f4409d6845
commit 95e3bd5928
4 changed files with 1724 additions and 1705 deletions

View File

@@ -187,7 +187,7 @@
* Update to Apache Server Configs 1.1.0.
* Add `initial-scale=1` to the viewport `meta`
([#1398](https://github.com/h5bp/html5-boilerplate/pull/1398)).
* Vertical centering for audio-, canvas* and video-tags
* Vertical centering for audio, canvas and video-tags
([#1326](https://github.com/h5bp/html5-boilerplate/issues/1326)).
* Remove Google Chrome Frame related code
([#1379](https://github.com/h5bp/html5-boilerplate/pull/1379),

View File

@@ -24,7 +24,7 @@ way that you want.
Choose one of the following options:
* Download the latest stable release from
[html5boilerplate.com](https://html5boilerplate.com/). This is a snapshot of the `dist` folder. On Windows, Mac and from the graphical file manager on Linux unzipping this folder will output to a folder named something like `html5-boilerplate_v7.3.0`From the command line will need to create a folder and unzip the contents into that folder.
[html5boilerplate.com](https://html5boilerplate.com/). This zip file is a snapshot of the `dist` folder. On Windows, Mac and from the file manager on Linux unzipping this folder will output to a folder named something like `html5-boilerplate_v7.3.0`. From the command line will need to create a folder and unzip the contents into that folder.
```bash
mkdir html5-boilerplate

2
dist/css/main.css vendored
View File

@@ -1,4 +1,4 @@
/*! HTML5 Boilerplate v7.3.0-beta | MIT License | https://html5boilerplate.com/ */
/*! HTML5 Boilerplate v7.3.0-rc1 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*

3423
package-lock.json generated

File diff suppressed because it is too large Load Diff