mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
build: correct browserslist file location and remove duplicate config
This commit is contained in:
parent
26014c8fe3
commit
dc5868231f
2 changed files with 9 additions and 20 deletions
19
.browserslistrc
Normal file
19
.browserslistrc
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
|
||||
# For additional information regarding the format and rule options, please see:
|
||||
# https://github.com/browserslist/browserslist#queries
|
||||
#
|
||||
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
|
||||
|
||||
> 0.5%
|
||||
last 2 versions
|
||||
not dead
|
||||
not IE 9-11
|
||||
not edge < 79
|
||||
not baidu < 10
|
||||
not ie_mob < 12
|
||||
not kaios < 5
|
||||
not op_mini all
|
||||
not op_mob < 47
|
||||
not bb < 14
|
||||
not and_uc < 13
|
||||
not and_qq < 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue