]> git.immae.eu Git - github/wallabag/wallabag.git/blob - postcss.config.js
Merge pull request #4255 from Simounet/feat/actions-from-sticky-btn
[github/wallabag/wallabag.git] / postcss.config.js
1 module.exports = {
2 plugins: function () {
3 return [
4 require('autoprefixer'),
5 ];
6 }
7 };