mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-20 05:28:08 +00:00
Use browserlist new api
This commit is contained in:
parent
dc98b44827
commit
0922c57d87
@ -21,7 +21,7 @@ const cssvariables = require(paths.appSrc + '/theme/variables')
|
||||
|
||||
const postcssPlugins = [
|
||||
autoprefixer({
|
||||
browsers: [
|
||||
overrideBrowserslist: [
|
||||
'>1%',
|
||||
'last 4 versions',
|
||||
'Firefox ESR',
|
||||
|
@ -20,7 +20,7 @@ const cssvariables = require(`${paths.appSrc}/theme/variables`)
|
||||
|
||||
const postcssPlugins = [
|
||||
autoprefixer({
|
||||
browsers: [
|
||||
overrideBrowserslist: [
|
||||
'>1%',
|
||||
'last 4 versions',
|
||||
'Firefox ESR',
|
||||
|
Loading…
x
Reference in New Issue
Block a user