]> git.immae.eu Git - github/wallabag/wallabag.git/blame - postcss.config.js
Merge pull request #4174 from wallabag/dependabot/composer/m6web/redis-mock-4.7.0
[github/wallabag/wallabag.git] / postcss.config.js
CommitLineData
64f81bc3
TC
1module.exports = {
2 plugins: function () {
3 return [
4 require('autoprefixer'),
5 ];
6 }
7};