Skip to content

imgix/browserslist-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgix logo

A shareable config for Browserslist used by the imgix SDK.

NPM Version License


Installation

npm install browserslist @imgix/browserslist-config --save-dev

Usage

Add this to your package.json file:

"browserslist": [
    "extends @imgix/browserslist-config"
]

Alternatively, add this to your .browserslistrc file:

extends @imgix/browserslist-config

When imported, this package returns an array of supported browsers. For more configuration examples, see the Browserslist examples repo.