Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 904 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 904 Bytes

@tailify/browserslist-config

Build status Greenkeeper Version

Tailify's very own opinionated Browserslist configuration.

Installation

$ npm install --save-dev @tailify/browserslist-config

Usage

To get started, add this to your package.json file:

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