@acolorbright/browserslist-config

1.1.1 • Public • Published

A Color Bright's browserslist config

Introduction

Our standard level of browser support is the last two versions of all major browsers.

We no longer support IE11.

Installation

Via npm:

npm install -DE @acolorbright/browserslist-config@latest

Usage

Add the following to your package.json:

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

Or, create a .browserslistrc file with the following contents:

extends @acolorbright/browserslist-config

Also add a script that can be used to regularly update the Browserslist DB:

"scripts": {
	"browserslist:update": "npx update-browserslist-db@latest"
}

Package Sidebar

Install

npm i @acolorbright/browserslist-config

Weekly Downloads

23

Version

1.1.1

License

MIT

Unpacked Size

2.3 kB

Total Files

4

Last publish

Collaborators

  • acb-devs