https://github.com/webfactory/browserslist-config-webfactory
Browserslist Shared Config
https://github.com/webfactory/browserslist-config-webfactory
Last synced: 8 months ago
JSON representation
Browserslist Shared Config
- Host: GitHub
- URL: https://github.com/webfactory/browserslist-config-webfactory
- Owner: webfactory
- Created: 2020-09-26T16:09:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T12:07:07.000Z (about 2 years ago)
- Last Synced: 2025-03-27T00:34:10.116Z (9 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webfactory Browserslist Shared Config
This configuration reflects webfactory's default supported browser policy for their client projects.
## 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))
## Default browser support
- last 2 versions of major browsers
- IE11
- 99.5% coverage in DE
## Install
```js
yarn add --dev browserslist-config-webfactory
```
## Usage
### package.json
```json
{
"browserslist": ["extends browserslist-config-webfactory/default"]
}
```
## Alternative configuration
_Alternative configurations will be added on demand._