0.0.4 • Published 6 years ago

@shopify/browserlist-config v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Shareable Browserslist configuration for Shopify.

Supported Browsers

BrowserVersion
Chrome & Chrome for Androidlast 3
Firefoxlast 3
Edgelast 2
Internet Explorer11+
Explorer Mobile11+
Safari8+
iOS8
Android11+

List all supported browsers

Installation

Install the module using yarn or npm.

$ yarn add browserslist-config-shopify
$ npm install browserslist-config-shopify

Usage

package.json

{
  "browserslist": ["extends browserslist-config-shopify"]
}