Skip to content

nice-digital/browserslist-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NICE Digital Browserslist

Shared Browserslist config for use in NICE Digital Services

npm GitHub release License Dependencies

Installation

With npm:

npm install @nice-digital/browserslist-config --save-dev

Or with Yarn:

yarn add @nice-digital/browserslist-config -D

Usage

Add this to your package.json file:

"browserslist": [
    "extends @nice-digital/browserslist-config"
]

Or use a .browserslistrc as per the docs.

V2 Breaking changes

Version 2 drops support for IE versions below 11. Use v1 for support for older browsers.