Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidhund/browserslist-config
My Browserslist Shared Config
https://github.com/davidhund/browserslist-config
browsers browserslist browserslist-config
Last synced: 3 months ago
JSON representation
My Browserslist Shared Config
- Host: GitHub
- URL: https://github.com/davidhund/browserslist-config
- Owner: davidhund
- License: mit
- Created: 2017-10-09T11:03:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T11:08:00.000Z (about 7 years ago)
- Last Synced: 2024-07-10T15:35:10.431Z (4 months ago)
- Topics: browsers, browserslist, browserslist-config
- Language: JavaScript
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - browserslist-config
README
# David Hund's Browserslist Shared Config
[![MIT License][license-image]][license-url]
[![Version][version-image]][version-url]This configuration is [David Hund's](https://valuedstandards.com) 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](https://github.com/awkaiser/browserslist-config-google/)
## What is Browserslist?
Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env.
* [Browserslist](https://github.com/ai/browserslist) (Github repo)
* [browserl.ist](http://browserl.ist) (Browserslist query syntax validation)
* ["Browserslist is a Good Idea"](https://css-tricks.com/browserlist-good-idea/) (blog post by [@chriscoyier](https://github.com/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 versionsYou can review the current interpretation of this configuration at [browserl.ist](http://browserl.ist/?q=last+2+Chrome+major+versions%2C+last+2+Firefox+major+versions%2C+last+2+Safari+major+versions%2C+last+2+Edge+major+versions%2C+ie+11%2C+last+3+Android+major+versions%2C+last+3+ChromeAndroid+major+versions%2C+last+2+iOS+major+versions).
## Installation
```
$ npm install --save-dev @davidhund/browserslist-config
```## Usage
To get started, add this to your `package.json` file:
```json
"browserslist": [
["extends @davidhund/browserslist-config"]
]
```## License
[MIT License][license-url]
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/davidhund/browserslist-config/blob/master/LICENSE
[version-image]: https://img.shields.io/npm/v/@davidhund/browserslist-config.svg
[version-url]: https://www.npmjs.com/package/@davidhund/browserslist-config