X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=postcss.config.js;fp=postcss.config.js;h=5d1463143632f3aad9ce6ae90e9b2bab4abaf80a;hb=64f81bc31699ed239e4becec1cfa7ebc0bef2b5a;hp=0000000000000000000000000000000000000000;hpb=3b4502e0e663866e7bac00164fd935fdc92309d6;p=github%2Fwallabag%2Fwallabag.git diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 00000000..5d146314 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,7 @@ +module.exports = { + plugins: function () { + return [ + require('autoprefixer'), + ]; + } +};