diff --git a/postcss.config.js b/postcss.config.js index 13d64ecc18..ad6eb708f9 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -16,17 +16,6 @@ limitations under the License. module.exports = { plugins: { - autoprefixer: { - browsers: [ - "Android 2.3", - "Android >= 4", - "Chrome >= 20", - "Firefox >= 24", - "Explorer >= 8", - "iOS >= 6", - "Opera >= 12", - "Safari >= 6" - ] - } + autoprefixer: {} }, }