aboutsummaryrefslogtreecommitdiff
path: root/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/postcss.config.js b/postcss.config.js
index 8c589bbe..6499d203 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -1,5 +1,5 @@
export default {
- plugins: {
- autoprefixer: {}
- }
+ plugins: {
+ autoprefixer: {},
+ },
};