https://github.com/nice-digital/browserslist-config
Shared Browserslist config for use in NICE Digital Services
https://github.com/nice-digital/browserslist-config
browserslist browserslist-config browserslist-shareable-config
Last synced: 4 months ago
JSON representation
Shared Browserslist config for use in NICE Digital Services
- Host: GitHub
- URL: https://github.com/nice-digital/browserslist-config
- Owner: nice-digital
- License: mit
- Created: 2017-10-10T07:44:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T10:31:07.000Z (almost 2 years ago)
- Last Synced: 2025-10-11T09:14:03.975Z (8 months ago)
- Topics: browserslist, browserslist-config, browserslist-shareable-config
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@nice-digital/browserslist-config
- Size: 6.84 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NICE Digital Browserslist
> Shared Browserslist config for use in NICE Digital Services
[](https://www.npmjs.com/package/@nice-digital/browserslist-config)
[](https://github.com/nice-digital/browserslist-config)
[](https://github.com/nice-digital/browserslist-config/blob/master/LICENSE)
[](https://david-dm.org/nice-digital/browserslist-config)
## Installation
With npm:
```sh
npm install @nice-digital/browserslist-config --save-dev
```
Or with Yarn:
```sh
yarn add @nice-digital/browserslist-config -D
```
## Usage
Add this to your *package.json* file:
```json
"browserslist": [
"extends @nice-digital/browserslist-config"
]
```
Or use a _.browserslistrc_ [as per the docs](https://github.com/browserslist/browserslist#config-file).
## V3 Breaking changes
Version 3 drops support for IE altogether. Use v2 if you still want to support IE11, for whatever reason.