Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Latest commit

 

History

History
 
 

browserslist-config

@shopify/browerslist-config

Build Status License: MIT npm version

Shareable browserslist configuration for Shopify.

Supported Browsers

Browser Version
Chrome & Chrome for Android last 3
Firefox last 3
Opera last 3
Edge last 3
Safari 10
iOS 10

List all supported browsers

Installation

Install the module.

$ yarn add @shopify/browserslist-config

Usage

package.json

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