1.0.4 • Published 5 years ago

@chancedigital/browserslist-config v1.0.4

Weekly downloads
1
License
GPL-2.0-or-later
Repository
github
Last release
5 years ago

Chance Digital Browserslist Config

Shareable configuration for Browserslist following Chance Digital Coding Standards.

Installation

Install this configuration as a devDependency in your project:

yarn add -D @chancedigital/browserslist-config

Usage

Add this to your package.json file:

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

Alternatively, add this to .browserslistrc file:

extends @chancedigital/browserslist-config

This package, when imported, returns an array of supported browsers, for more configuration examples including Autoprefixer, Babel, ESLint, PostCSS, and stylelint see the Browserslist examples repo.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago