summaryrefslogtreecommitdiffstats
path: root/postcss.config.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-14 08:56:21 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-14 08:56:21 +0200
commit772f9d81fbb6a75c2c500be1afb1916d5bd4fb09 (patch)
tree3dbe6c3ea426392861a5f4837bd24c28128f68e3 /postcss.config.js
parentfdc3da99d01e78576ad0173e9ef99c724ee62539 (diff)
Revert "Bump deps and use npm7"
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/postcss.config.js b/postcss.config.js
index e933a113..e58dfc35 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -1,5 +1,5 @@
module.exports = {
plugins: [
- require('autoprefixer'),
- ],
+ require('autoprefixer')
+ ]
}