]> git.immae.eu Git - github/wallabag/wallabag.git/blob - postcss.config.js
Bump sensio/distribution-bundle from 5.0.24 to 5.0.25
[github/wallabag/wallabag.git] / postcss.config.js
1 module.exports = {
2 plugins: function () {
3 return [
4 require('autoprefixer'),
5 ];
6 }
7 };