Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 816 Bytes

File metadata and controls

25 lines (16 loc) · 816 Bytes

@wordpress/browserslist-config

WordPress Browserslist shareable config for Browserslist.

Installation

Install the module

$ npm install @wordpress/browserslist-config

Usage

Add this to your package.json file:

"browserslist": [
	"extends @wordpress/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.



Code is Poetry.