postcss.config.js
changeset 315 f5cae9eaa296
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/postcss.config.js	Thu Feb 09 16:13:10 2017 +0100
@@ -0,0 +1,5 @@
+module.exports = {
+  plugins: [
+    require('autoprefixer')({ /* ...options */ })
+  ]
+}