@brave-agency/browserslist-config
v1.0.5
Published
Brave's shareable set of Browsers we build for, to maintain Standards across projects.
Readme
browserslist-config
Brave's shareable set of Browsers we support, to maintain Standards across projects.
Installation
Install @brave-agency/browserslist-config:
With Yarn
yarn add --dev @brave-agency/browserslist-configWith npm
npm install @brave-agency/browserslist-config --save-devUsage
Brave's Browsers list comes bundled in @brave-agency/browserslist-config.
To enable, add a .browserslistrc file with the following:
{
"extends": [
"@brave-agency/browserslist-config"
]
}