Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 310 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 310 Bytes

browserslist-config-fk

Fictive Kin sharable browserslist configuration

usage

Run the following in your project directory to install:

yarn add @fictivekin/browserslist-config-fk --dev

In your package.json file, add:

"browserslist": [
    "extends @fictivekin/browserslist-config-fk"
]