Skip to content

davidhund/browserslist-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

David Hund's Browserslist Shared Config

MIT License Version

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.

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"]
]

License

MIT License

Releases

No releases published

Packages

No packages published