Skip to content

Commit

Permalink
Merge pull request #281 from h5bp/261-use-browserslist-default
Browse files Browse the repository at this point in the history
Use Browserslist default
  • Loading branch information
roblarsen authored Oct 17, 2023
2 parents d9ae83d + 16ecfbf commit 77af220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# main.css

A repository for the development of the HTML5 Boilerplate CSS file, `style.css`.
A repository for the development of the HTML5 Boilerplate CSS file, `style.css`.

Historically, the file shipped with HTML5 Boilerplate was called `main.css`, hence the name of this project. It's since been renamed to `style.css`. Just in case you were confused.

Expand Down Expand Up @@ -115,22 +115,9 @@ additional HTTP request](https://www.phpied.com/delay-loading-your-print-css/).
Also, they should always be included last, so that the other styles can be
overwritten.


## Browser support

We use the following browserlist configuration:

```
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11"
],
```

[That configuration translates to this full list of browsers.](https://browserslist.dev/?q=PiAwLjUlLCBsYXN0IDIgdmVyc2lvbnMsIEZpcmVmb3ggRVNSLCBub3QgZGVhZCwgbm90IElFIDEx)
We use the default browserslist configuration which [translates to this full list of browsers](https://browserslist.dev/?q=ZGVmYXVsdHM%3D).

## Contributing

Expand Down
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@
]
]
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11"
],
"eslintConfig": {
"parser": "@babel/eslint-parser",
"extends": "eslint:recommended"
Expand Down

0 comments on commit 77af220

Please sign in to comment.