summaryrefslogtreecommitdiffstats
path: root/postcss.config.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-04 18:54:03 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-04 18:54:03 +0100
commit9c94a3e10fb3345ed57df27f44d51dde2f7ff733 (patch)
tree40557b1f1bc2ccf128638d825019f3e40a5acac7 /postcss.config.js
This is photos
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 00000000..e58dfc35
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ plugins: [
+ require('autoprefixer')
+ ]
+}