Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T10:31:07.000Z (6 months ago)
- Last Synced: 2024-10-30T06:59:32.026Z (2 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: 7
- 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
[![npm](https://img.shields.io/npm/v/@nice-digital/browserslist-config.svg)](https://www.npmjs.com/package/@nice-digital/browserslist-config)
[![GitHub release](https://img.shields.io/github/release/nice-digital/browserslist-config.svg)](https://github.com/nice-digital/browserslist-config)
[![License](https://img.shields.io/github/license/nice-digital/browserslist-config.svg)](https://github.com/nice-digital/browserslist-config/blob/master/LICENSE)
[![Dependencies](https://img.shields.io/david/nice-digital/browserslist-config.svg)](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.