From d7ac89aaed3ae39cd1cfaa218995a9f7e6f8f1c1 Mon Sep 17 00:00:00 2001 From: Mike Gester Date: Tue, 27 Dec 2022 02:56:04 +0800 Subject: [PATCH] remove the browser last 5 config --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index 6f4fb72..33ad091 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ module.exports = { plugins: { tailwindcss: {}, - autoprefixer: { browsers: 'last 5 version' }, + autoprefixer: {}, }, }