mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-19 02:00:49 +00:00
Initial commit
This commit is contained in:
13
packages/browserslist-config/index.js
Normal file
13
packages/browserslist-config/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = [
|
||||
'>= 0.5%',
|
||||
'Chrome >= 60',
|
||||
'Firefox >= 60',
|
||||
'Firefox ESR',
|
||||
'iOS >= 12',
|
||||
'last 2 major versions',
|
||||
'not dead',
|
||||
'not Explorer <= 11',
|
||||
'Safari >= 12'
|
||||
]
|
||||
Reference in New Issue
Block a user