1.0.0 • Published 5 years ago
@imgix/browserslist-config v1.0.0
A shareable config for Browserslist used by the imgix SDK.
Installation
npm install browserslist @imgix/browserslist-config --save-devUsage
Add this to your package.json file:
"browserslist": [
"extends @imgix/browserslist-config"
]Alternatively, add this to your .browserslistrc file:
extends @imgix/browserslist-configWhen imported, this package returns an array of supported browsers. For more configuration examples, see the Browserslist examples repo.
1.0.0
5 years ago