@infernodesign/browserslist-config
v2.2.0
Published
Shared Browserlist config for Inferno Design.
Maintainers
Readme
@infernodesign/browserslist-config
Shared Browserslist support configuration for Inferno Design projects. This configuration is used to target browsers based on the Inferno Design Team's best practices and target audience.
Features
- Modern Browsers: Targets the latest 2 major versions of all browsers.
- Mobile Browsers: Targets the latest 2 major versions of all mobile browsers.
- Not Dead Browsers: Doesn't target browsers that are considered dead.
- Not Opera Mini: Doesn't target Opera Mini.
Browserslist Configuration
The configuration is based on the following criteria, can be found in the
index.ts file, and can be viewed in the Browserslist Explorer:
const config = [
'>0.2%',
'last 2 major versions',
'not dead',
'not op_mini all',
]Installation
bun add -D @infernodesign/browserslist-configUsage
In the package.json for your project
{
"browserslist": [
"extends @infernodesign/browserslist-config"
]
}Supported Browsers
Generated automatically on Fri, 20 Mar 2026
Desktop
- Android (144)
- Chrome (144, 143, 142, 141, 139, 138, 133, 131, 125, 124, 120, 117, 116, 112, 111, 110, 109, 108, 107, 106, 105, 104, 103)
- Edge (144, 143)
- Firefox (147, 146)
- Kaios (3.0-3.1, 2.5)
- Opera (125, 124)
- Safari (26.2, 26.1, 26.0, 18.5-18.6, 18.4, 18.3, 18.2, 18.1, 18.0)
- Samsung (29, 28)
Mobile
- Chrome for Android (144)
- Firefox for Android (147)
- QQ Browser (14.9)
- UC Browser (15.5)
- Safari for iOS (26.2, 26.1, 26.0, 18.5-18.7, 18.4, 18.3, 18.2, 18.1, 18.0, 17.6-17.7, 16.6-16.7, 15.6-15.8, 11.0-11.2)
- Opera Mobile (80)
View more at browserslist.dev (usages, coverage)
License
Licensed under the MIT License.
