]> git.immae.eu Git - github/wallabag/wallabag.git/blob - postcss.config.js
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / postcss.config.js
1 module.exports = {
2 plugins: function () {
3 return [
4 require('autoprefixer'),
5 ];
6 }
7 };