@davidhund/browserslist-config
v1.0.0
Published
Shareable Browserslist Config by David Hund
Downloads
13
Maintainers
Readme
David Hund's Browserslist Shared Config
This configuration is David Hund's personal preference but (for now) reflects Google's supported browser policy for their suite of web applications.
As such, most of it is taken straight from: browserslist-config-google
What is Browserslist?
Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env.
- Browserslist (Github repo)
- browserl.ist (Browserslist query syntax validation)
- "Browserslist is a Good Idea" (blog post by @chriscoyier)
Browser support
The following browsers are supported:
- Browser with more than 1% usage
Desktop browsers
- last 2 Chrome major versions
- last 2 Firefox major versions
- last 2 Edge major versions
- last 2 Safari major versions
- ie 11
Mobile
- last 3 Android major versions
- last 3 ChromeAndroid major versions
- last 2 iOS major versions
You can review the current interpretation of this configuration at browserl.ist.
Installation
$ npm install --save-dev @davidhund/browserslist-config
Usage
To get started, add this to your package.json
file:
"browserslist": [
["extends @davidhund/browserslist-config"]
]