aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/postcss.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js
index 425228eaa..c7c9a17b0 100644
--- a/build/postcss.config.js
+++ b/build/postcss.config.js
@@ -7,6 +7,6 @@ module.exports = (ctx) => ({
sourcesContent: true
},
plugins: {
- autoprefixer: {}
+ autoprefixer: { cascade: false }
}
})