Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.