Merge pull request #452 from pi-hole/autoprefixer

Tweak browserslist config
This commit is contained in:
Mark Drobnak
2019-12-16 12:29:41 -05:00
committed by GitHub
+3 -1
View File
@@ -90,9 +90,11 @@
"check-format": "prettier --list-different \"**/*.{js,tsx}\""
},
"browserslist": [
"defaults",
">0.2%",
"not dead",
"not ie <= 11",
"Explorer 11",
"not ExplorerMobile <= 11",
"not op_mini all"
]
}