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