Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stardust-configs/browserslist-config
Shareable Browserslist config
https://github.com/stardust-configs/browserslist-config
browserslist browserslist-config
Last synced: about 2 months ago
JSON representation
Shareable Browserslist config
- Host: GitHub
- URL: https://github.com/stardust-configs/browserslist-config
- Owner: stardust-configs
- Created: 2021-07-29T02:37:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T17:44:32.000Z (about 2 months ago)
- Last Synced: 2024-11-13T18:36:32.661Z (about 2 months ago)
- Topics: browserslist, browserslist-config
- Language: JavaScript
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @stardust-configs/browserslist-config
> Shareable Browserslist config
## Install
```sh
npm install @stardust-configs/browserslist-config --save-dev
```or
```sh
yarn add @stardust-configs/browserslist-config --dev
```## Usage
Edit `.browserslistrc`
```
extends @stardust-configs/browserslist-config
```or
`package.json`
```json
{
"browserslist": ["extends @stardust-configs/browserslist-config"]
}
```## Author
[@p-chan](https://github.com/p-chan)
## License
MIT