Skip to content

Commit 9a7b606

Browse files
authored
Browserlist part 2 (#2644)
* adding details for browserlist * ESR
1 parent 9b42295 commit 9a7b606

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ Choose one of the following options:
8383
* Extensive documentation.
8484

8585
## Browser support
86-
You can find our range of supported browsers in our [package.json](https://github.com/h5bp/html5-boilerplate/blob/main/package.json#L56-L62)
86+
HTML5-Boilerplate supports the latest, stable releases of all major browsers.
87+
88+
You can find our range of supported browsers in our [package.json](https://github.com/h5bp/html5-boilerplate/blob/main/package.json#L56-L62) At present we extend the [browserlist default](https://github.com/browserslist/browserslist#full-list) with the addition of IE 11 and [FireFox ESR.](https://www.mozilla.org/en-US/firefox/enterprise/)
89+
8790
```json
8891
"browserslist": [
8992
"> 0.5%",
@@ -93,6 +96,7 @@ You can find our range of supported browsers in our [package.json](https://githu
9396
"IE 11"
9497
],
9598
```
99+
96100
## Documentation
97101

98102
Take a look at the [documentation table of contents](dist/doc/TOC.md). This

0 commit comments

Comments
 (0)