]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - postcss.config.js
Adds Webpack support and removes the use for Grunt
[github/wallabag/wallabag.git] / postcss.config.js
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644 (file)
index 0000000..5d14631
--- /dev/null
@@ -0,0 +1,7 @@
+module.exports = {
+  plugins: function () {
+    return [
+      require('autoprefixer'),
+    ];
+  }
+};